5 Oct 03:53
BSDBuild: r734 - trunk
From: Notices of SVN commits on the BSDBuild source repository <bsdbuild-commits@...>
Subject: BSDBuild: r734 - trunk
Newsgroups: gmane.comp.sysutils.bsdbuild.scm
Date: 2008-10-05 01:56:04 GMT
Subject: BSDBuild: r734 - trunk
Newsgroups: gmane.comp.sysutils.bsdbuild.scm
Date: 2008-10-05 01:56:04 GMT
Author: vedge
Date: 2008-10-04 22:55:45 -0300 (Sat, 04 Oct 2008)
New Revision: 734
Modified:
trunk/build.lib.mk
trunk/build.man.mk
trunk/build.po.mk
trunk/build.prog.mk
trunk/build.proj.mk
Log:
avoid usage of "echo -n"
Modified: trunk/build.lib.mk
===================================================================
--- trunk/build.lib.mk 2008-10-05 01:55:28 UTC (rev 733)
+++ trunk/build.lib.mk 2008-10-05 01:55:45 UTC (rev 734)
@@ -334,14 +334,14 @@
rm -f ${CLEANFILES}; \
fi
@if [ -e ".depend" ]; then \
- echo "echo -n >.depend"; \
- echo -n >.depend; \
+ echo "echo >.depend"; \
+ echo >.depend; \
fi
cleandir-lib:
rm -f ${LIBTOOL} ${LIBTOOL_COOKIE} ${LTCONFIG_LOG} config.log tags
if [ -e "./config/prefix.h" ]; then rm -fr ./config; fi
(Continue reading)
RSS Feed