Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=0a2cc74a258540c0422bdb9e790323680b0b3ebe
commit 0a2cc74a258540c0422bdb9e790323680b0b3ebe
Author: crazy <[EMAIL PROTECTED]>
Date: Fri Feb 15 14:07:09 2008 +0100
Makefile: use @echo
diff --git a/Makefile b/Makefile
index 20c8d67..6dc6294 100644
--- a/Makefile
+++ b/Makefile
@@ -292,13 +292,13 @@ hacking-kdmrc: checkroot
fi
create: chroot-mount create-iso chroot-umount
- echo "./${ISONAME} created."
+ @echo "./${ISONAME} created."
create-iso: checkroot
chroot ${CHROOTDIR}/${TREE} /sbin/depmod -ae -v $(shell ${KERNVER}) &>/dev/null
chroot ${CHROOTDIR}/${TREE} sh /tmp/live-base/build
mv ${CHROOTDIR}/${TREE}/tmp/livecd.iso ./${ISONAME}
- echo "Won't calculate any sums. Period."
+ @echo "Won't calculate any sums. Period."
chroot-mount: checkroot
if [ ! $(shell mount|grep -o ${CHROOTDIR}/${TREE}/proc) ] ; then \
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git