diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-11 19:30:54 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-11 19:30:54 +0000 |
commit | d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9 (patch) | |
tree | a28aed24c3d0606718a2a2a7a099447aab84a403 /encap/src/makeself-dist/Makefile | |
parent | 2535920830fc57f30fd6eb9c4b6569a100d40126 (diff) | |
download | bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.gz bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.bz2 bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.zip |
No longer being maintained, no one expressed interest on mailing list, so removing from trunk.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5569 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/makeself-dist/Makefile')
-rw-r--r-- | encap/src/makeself-dist/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/encap/src/makeself-dist/Makefile b/encap/src/makeself-dist/Makefile deleted file mode 100644 index 1637aad88..000000000 --- a/encap/src/makeself-dist/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $Id$ - -# Variables -export SHELL = /bin/sh -export PATH = /usr/local/lib/bcfg2/bin:/usr/local/bin:/usr/bin:/bin - -# Main - -.PHONY : all clean distclean -.SUFFIXES : - -all : - chmod 755 ./makedist.sh && ./makedist.sh - -clean : - -rm ./*~ ./\#* - -distclean : clean - -rm -rf ./bcfg2-* |