diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-09-18 11:30:33 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2011-09-18 16:51:08 -0400 |
commit | 8f07feaa6e5fc7a1e5e779b44b16d9a22029c840 (patch) | |
tree | dc4579418be1395ba09bcdaae5da16b2864d9ed2 /bin | |
parent | 38fd95ced1c68a4f4d8dbcee86bb808f8e918171 (diff) |
Remove config.parms
The functionality provided by config.parms (saving the arguments given to
configure) has been superseded by autogen.lastrun.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-pack-sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources index f2c0818731ea..cb4372fd9002 100755 --- a/bin/lo-pack-sources +++ b/bin/lo-pack-sources @@ -141,7 +141,6 @@ sub generate_lo_piece_blacklist($) print BLACKLIST "autogen.lastrun\n"; print BLACKLIST "clone/*\n"; print BLACKLIST "config.log\n"; - print BLACKLIST "config.parms\n"; print BLACKLIST "git-hooks\n"; print BLACKLIST "Env.Host.sh\n"; print BLACKLIST "src/tmp*\n"; |