ispman/contrib/perl Makefile,1.2,1.2.4.1
Pedro Algarvio <[email protected]> Mon, 18 Sep 2006 01:59:00 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/contrib/perl
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32113/contrib/perl
Modified Files:
Tag: dev_1_3-cyrus_virtdomain
Makefile
Log Message:
Updated to HEAD following madmag's changes.
Index: Makefile
===================================================================
RCS file: /cvsroot/ispman/ispman/contrib/perl/Makefile,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- Makefile 7 Aug 2004 23:25:03 -0000 1.2
+++ Makefile 18 Sep 2006 01:58:57 -0000 1.2.4.1
@@ -2,8 +2,9 @@
include ../../makedefs
-MODULES = $(shell grep ^\\w modules | awk '{print $$1}')
-MODFILES = $(shell grep ^\\w modules | awk '{print $$2}')
+MODULES = $(shell cat modules | grep -v '^\#' | grep -v '^$$'| awk '{print $$1}')
+MODFILES = $(shell cat modules | grep -v '^\#' | grep -v '^$$'| awk '{print $$2}')
+
# install bundled CPAN modules
install-bundled:
@@ -19,8 +20,8 @@
perl Makefile.PL INSTALLDIRS=perl LIB=$(PREFIX)/lib \
INSTALLMAN1DIR=$(PREFIX)/man/man1 \
INSTALLMAN3DIR=$(PREFIX)/man/man3;\
- make;\
- make install;\
+ make all ;\
+ make install ;\
cd ..;\
done
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642