[Midnightbsd-cvs] src: Makefile: Fix the check test so it only prints the message :)
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Dec 9 17:54:42 EST 2008
Log Message:
-----------
Fix the check test so it only prints the message :)
Modified Files:
--------------
src/nrelease:
Makefile (r1.9 -> r1.10)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/nrelease/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L nrelease/Makefile -L nrelease/Makefile -u -r1.9 -r1.10
--- nrelease/Makefile
+++ nrelease/Makefile
@@ -15,7 +15,7 @@
realquickrel: check clean buildiso buildiso2 mkiso
check:
- if [ ! -f /usr/local/bin/mkisofs ]; then \
+ @if [ ! -f /usr/local/bin/mkisofs ]; then \
echo "You need to install the cdrtools port for this target"; \
exit 1; fi
More information about the Midnightbsd-cvs
mailing list