summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-07-13 21:22:32 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2007-07-13 21:22:32 +0000
commitddb03969a15dd1d000c54983fdd36f21dea0358d (patch)
tree51dc1355187e86ffb8bf487fb4c898537aeea7bf /encap
parent9b62779c469691eaa16d9d4c6a7d86117db40348 (diff)
downloadbcfg2-ddb03969a15dd1d000c54983fdd36f21dea0358d.tar.gz
bcfg2-ddb03969a15dd1d000c54983fdd36f21dea0358d.tar.bz2
bcfg2-ddb03969a15dd1d000c54983fdd36f21dea0358d.zip
Some OS/Make need all lines to exit with 0 status to continue
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3450 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/epkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile
index 9ea9c12ee..4721423b7 100644
--- a/encap/epkg/Makefile
+++ b/encap/epkg/Makefile
@@ -37,5 +37,5 @@ expat:
cd ${EXPAT} && ./configure --disable-shared --prefix=${PREFIX} && $(MAKE) && $(MAKE) install
epkg:
- test -d $(ENCAPDIR)/$(EPKG) && rm -rf $(ENCAPDIR)/$(EPKG)
+ test -d $(ENCAPDIR)/$(EPKG) && rm -rf $(ENCAPDIR)/$(EPKG) || true
cd ${EPKG} && ./configure && $(MAKE) && $(MAKE) install