ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Makefile
(Generate patch)

Comparing Makefile (file contents):
Revision 1.4 by nishi, Mon Oct 28 00:01:52 2024 UTC vs.
Revision 1.5 by nishi, Mon Oct 28 00:02:48 2024 UTC

# Line 22 | Line 22 | src-archive: clean
22          @svn cleanup --remove-unversioned
23          cp -rf . /tmp/tewi-`grep "define TW_VERSION" Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`
24          cd /tmp && tar --exclude .github -czvf tewi-`grep "define TW_VERSION" tewi-*/Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`.tar.gz tewi-`grep "define TW_VERSION" tewi-*/Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`
25        rm -rf /tmp/tewi-*
25          mv /tmp/tewi-`grep "define TW_VERSION" Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`.tar.gz ./
26 +        rm -rf /tmp/tewi-*
27  
28   ./Tool/option: ./Tool/option.c config.h prepare-config
29          cc -o $@ ./Tool/option.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines