summaryrefslogtreecommitdiffstats
path: root/encap/Makefile
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-04 18:00:06 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-04 18:00:06 +0000
commit53bcb121c982db6194620040cc60f011a43a6ac6 (patch)
tree3c7064ac5456e97fbbf9dafbe54d40221457a38c /encap/Makefile
parent752bbe5e8b0eb07714fa280dbb7d648d143b5f86 (diff)
downloadbcfg2-53bcb121c982db6194620040cc60f011a43a6ac6.tar.gz
bcfg2-53bcb121c982db6194620040cc60f011a43a6ac6.tar.bz2
bcfg2-53bcb121c982db6194620040cc60f011a43a6ac6.zip
* Changed prefix from b2 to b2- to disambiguate from system commands
* Fixes to make man pages easier to access * Install tools as b2-example-tools-* * Added some auxiliary tools under tools/ directory * daemontools - cross-platform alternative to init scripts/cron * ostiary - simple/secure daemon for kicking off a local script * epkg Makefile - to build epkg when pre-built binaries aren't available * Updated README and VERSION git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2041 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/Makefile')
-rw-r--r--encap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/encap/Makefile b/encap/Makefile
index 471033fa8..2d508b65a 100644
--- a/encap/Makefile
+++ b/encap/Makefile
@@ -1,6 +1,6 @@
# $Id$
-.PHONY : all install clean uninstall encaps rename
+.PHONY : all install clean uninstall encaps rename bcfg2only
.SUFFIXES :
.SUFFIXES : .ep .sh .installed .packaged
@@ -84,6 +84,9 @@ uninstall : clean
( rm -rf ${ENCAPDIR}/bcfg2-* || true )
( rm -rf ${BASEDIR}/lib/bcfg2 || true )
+bcfg2only :
+ $(MAKE) -t; sleep 2; touch $(BCFG2).ep; $(MAKE)
+
${ZLIB}.installed : ${M4}.installed
${LIBICONV}.installed : ${ZLIB}.installed
${GETTEXT}.installed : ${LIBICONV}.installed