diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-21 21:28:46 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-07-21 21:28:46 +0000 |
commit | 4206b103a3f02198c7e46db93746a0f218f35f0f (patch) | |
tree | 4fc54c21b76066104acdcc0b21c85c0842331d84 /encap/epkg | |
parent | a5f8a219541ac82f3e5f1c3222edd569f1b6aecd (diff) | |
download | bcfg2-4206b103a3f02198c7e46db93746a0f218f35f0f.tar.gz bcfg2-4206b103a3f02198c7e46db93746a0f218f35f0f.tar.bz2 bcfg2-4206b103a3f02198c7e46db93746a0f218f35f0f.zip |
EncapPackages: Give encap package name in a non-hackish way, other misc Makefile updates.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3533 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/epkg')
-rw-r--r-- | encap/epkg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile index 6f98fc15c..322b4dc8d 100644 --- a/encap/epkg/Makefile +++ b/encap/epkg/Makefile @@ -100,6 +100,9 @@ log: all: epkg.done +.DELETE_ON_ERROR : # delete the target of a rule if it has changed and its + # commands exit with a nonzero exit status + clean: -rm *.done -rm -rf ${PREFIX} |