1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

added simple way to create a tarball just before the build is deleted.

This commit is contained in:
Gunter Knauf 2004-07-05 21:41:28 +00:00
parent bdcf8d626d
commit 94c4a18541

View File

@ -459,5 +459,10 @@ if ($gnulikebuild) {
print "TESTDONE: 1 tests out of 0 (dummy message)\n"; # dummy message to feign success print "TESTDONE: 1 tests out of 0 (dummy message)\n"; # dummy message to feign success
} }
# simple way to create a tarball just before the build is deleted.
if (-f '../mktarball') {
system('../mktarball');
}
# mydie to cleanup # mydie to cleanup
mydie "ending nicely"; mydie "ending nicely";