ispman/contrib/perl Makefile,1.1,1.2
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/contrib/perl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12108 Modified Files: Makefile Log Message: simple beauty fix for better output Index: Makefile =================================================================== RCS file: /cvsroot/ispman/ispman/contrib/perl/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 1 Aug 2004 21:36:48 -0000 1.1 +++ Makefile 7 Aug 2004 23:25:03 -0000 1.2 @@ -12,6 +12,7 @@ PERL5LIB=$(PREFIX)/lib; export PERL5LIB;\ cd .build;\ for p in $$list; do \ + echo "";\ echo "Building $$p"; \ tar xzf ../$$p ;\ cd `echo $$p | sed -e "s/.*_//" -e "s/\.tgz//" -e "s/\.tar\.gz//"`;\ @@ -41,4 +42,4 @@ install $$_ for @list; ' clean: - rm -rf .build \ No newline at end of file + rm -rf .build ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com