summaryrefslogtreecommitdiff
path: root/infrastructure/makeparcels.pl.in
Commit message (Collapse)AuthorAge
* Use xargs to delete files on Cygwin, as it's much faster than find -exec.Chris Wilson2008-10-04
|
* Fix GNUism in use of xargs (xargs -r is a GNU extension) - just get find to ↵James O'Gorman2008-09-05
| | | | perform the delete using -exec.
* Remove built binaries and libraries in clean target, so that it behaves Chris Wilson2008-08-21
| | | | | | | | | | | | | | in a more conventional way, making way for a complete rebuild. Add proper parcel dependencies in GNU make to allow rebuilding just those parcels whose contents have changed. "make" now does what "make clean" would have done before, i.e. rebuild just those files which have changed, and their corresponding parcels. Use cp -p to copy files into parcel directory, so that files which have not changed will not cause the parcel tarball containing them to be rebuilt (-p is specified by POSIX 2004).
* Make the parcel install scripts use $DESTDIR from the environment, toChris Wilson2008-01-29
| | | | | help porters and packagers.
* Allow installing parcel contents in a directory under the prefix other thanChris Wilson2008-01-20
| | | | | | | bindir. Allow matching partial system names.
* Don't break the name of scripts with no path in install scriptChris Wilson2008-01-16
| | | | | (thanks to Guno Heitman for reporting this)
* Don't include the install-backup-client script in Windows builds, as it'sChris Wilson2007-09-19
| | | | | pretty useless without Cygwin, and of marginal use with it (refs #24).
* Improved build targets, thanks to James O'Gorman (fixes #30)Chris Wilson2007-06-30
|
* Fix make error when optional file doesn't exist (refs #3, merges [1098])Chris Wilson2007-03-04
|
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04
This just renames all of the files that configure now substitutes - no changes to any of the files.