forked from ladar/sedutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Packaging and Testsuite scripts to reflect new directory struc…
…ture change executable name on PSIDRevert text file
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
rm msed_LINUX.tgz | ||
strip --strip-debug ../../dist/Release_i686/msed | ||
strip --strip-unneeded ../../dist/Release_i686/msed | ||
strip --strip-debug ../../dist/Release_x86_64/msed | ||
strip --strip-unneeded ../../dist/Release_x86_64/msed | ||
tar --xform 's,^,msed/,' -czf msed_LINUX.tgz *.txt *.sh ../*.txt -C ../../dist Release_i686/msed Release_x86_64/msed | ||
rm sedutil_LINUX.tgz | ||
strip --strip-debug ./CLI/dist/Release_i686/GNU-Linux-x86/sedutil-cli | ||
strip --strip-unneeded ./CLI/dist/Release_i686/GNU-Linux-x86/sedutil-cli | ||
strip --strip-debug ./CLI/dist/Release_x86_64/GNU-Linux-x86/sedutil-cli | ||
strip --strip-unneeded ./CLI/dist/Release_x86_64/GNU-Linux-x86/sedutil-cli | ||
tar --xform 's,^,sedutil/,' -czf sedutil_LINUX.tgz *.txt TestSuite.sh ./*.txt -C ./CLI/dist Release_i686/GNU-Linux-x86/sedutil-cli Release_x86_64/GNU-Linux-x86/sedutil-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters