View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000470 | LDMud 3.3 | Compilation, Installation | public | 2006-06-05 10:17 | 2008-07-09 08:11 |
Reporter | fufu | Assigned To | fufu | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 3.3.717 | ||||
Summary | 0000470: make install prints duplicate messages at end | ||||
Description | to reproduce $ make install [...] echo "To install header files, use 'make install-headers'." To install header files, use 'make install-headers'. echo "To install utility programs (incl. erq), use 'make install-utils'." To install utility programs (incl. erq), use 'make install-utils'. echo "To install everything in one go, use 'make install-all'." To install everything in one go, use 'make install-all'. $ | ||||
Additional Information | patch attached | ||||
Tags | No tags attached. | ||||
Attached Files | clean_makefile.diff (749 bytes)
Index: Makefile.in =================================================================== --- Makefile.in (revision 2303) +++ Makefile.in (working copy) @@ -121,9 +121,9 @@ install-all: install-driver install-headers install-utils install: install-driver - echo "To install header files, use 'make install-headers'." - echo "To install utility programs (incl. erq), use 'make install-utils'." - echo "To install everything in one go, use 'make install-all'." + @echo "To install header files, use 'make install-headers'." + @echo "To install utility programs (incl. erq), use 'make install-utils'." + @echo "To install everything in one go, use 'make install-all'." install-driver: ldmud@EXEEXT@ docs $(mkinstalldirs) $(BINDIR) $(MANDIR)/man1 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-06-05 10:17 | fufu | New Issue | |
2006-06-05 10:17 | fufu | File Added: clean_makefile.diff | |
2008-07-02 02:28 | fufu | Status | new => assigned |
2008-07-02 02:28 | fufu | Assigned To | => fufu |
2008-07-09 07:09 | fufu | Status | assigned => resolved |
2008-07-09 07:09 | fufu | Resolution | open => fixed |
2008-07-09 07:09 | fufu | Note Added: 0000700 | |
2008-07-09 08:11 | fufu | Fixed in Version | => 3.3.717 |