Fresco Makefile.in,1.39,1.40
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco
In directory purcel:/tmp/cvs-serv4336
Modified Files:
Makefile.in
Log Message:
Only suppress output of echos in the Makefiles. This is what the GNU make
manual recommends.
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Makefile.in,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile.in 20 Feb 2003 15:30:32 -0000 1.39
+++ Makefile.in 25 Mar 2003 20:35:58 -0000 1.40
@@ -62,7 +62,7 @@
sxr: xref
@echo "formatting sxr"
- @synopsis -c config/synopsis.py -Wc,formatter=SXR -o sxr data.syn
+ synopsis -c config/synopsis.py -Wc,formatter=SXR -o sxr data.syn
xref: data.syn data.xref sxr_data
@@ -130,11 +130,11 @@
data.syn: $(join $(sxrdirs), $(patsubst %, /share/doc/%, $(join $(sxrdirs), $(patsubst %, /sxr/%.syn, $(sxrdirs)))))
@echo linking synopsis files together
- @synopsis -o $@ $^
+ synopsis -o $@ $^
data.xref: $(join $(sxrdirs), $(patsubst %, /share/doc/%, $(join $(sxrdirs), $(patsubst %, /sxr/%.xref, $(sxrdirs)))))
@echo linking xref files together
- @compile-xref -m -o $@ $^
+ compile-xref -m -o $@ $^
sxr_data:
for dir in $(sxrdirs); do \
@@ -148,7 +148,7 @@
done
%/%.syn %/%.xref:
- @$(MAKE) -C $(@D) xref
+ $(MAKE) -C $(@D) xref
# insert inter-directory dependencies here, but only if the required package
# is present