Fresco/Berlin/config module.mk.in,1.22,1.23
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/config In directory purcel:/tmp/cvs-serv4336/Berlin/config Modified Files: module.mk.in Log Message: Only suppress output of echos in the Makefiles. This is what the GNU make manual recommends. Index: module.mk.in =================================================================== RCS file: /cvs/fresco/Fresco/Berlin/config/module.mk.in,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- module.mk.in 10 Dec 2002 05:46:11 -0000 1.22 +++ module.mk.in 25 Mar 2003 20:35:59 -0000 1.23 @@ -75,18 +75,18 @@ $(MODULE).xref: $(XREF) @echo linking xref files together - @mkdir -p $(docdir)/sxr/modules - @compile-xref -o $@ $^ + mkdir -p $(docdir)/sxr/modules + compile-xref -o $@ $^ $(MODULE).syn: $(SSYN) $(HSYN) @echo linking synopsis files together - @mkdir -p $(docdir)/sxr/modules - @$(SYNOPSIS) -o $@ $^ + mkdir -p $(docdir)/sxr/modules + $(SYNOPSIS) -o $@ $^ $(MANUAL): $(HSYN) @echo formatting $(@F) - @$(SYNOPSIS) -c $(cdir)/synopsis.py -Wc,formatter=KitHTML -o $@ $(HSYN) - @touch $@ + $(SYNOPSIS) -c $(cdir)/synopsis.py -Wc,formatter=KitHTML -o $@ $(HSYN) + touch $@ install: all $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libdir)/Berlin