Updated the snapshot build target to reflect the new source location
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%401939
This commit is contained in:
parent
c156efb73d
commit
96afe9541c
1 changed files with 3 additions and 4 deletions
|
@ -169,10 +169,9 @@ rpm: $(distfile)
|
||||||
|
|
||||||
# Create a SVN snapshot that people can run update on
|
# Create a SVN snapshot that people can run update on
|
||||||
snapshot:
|
snapshot:
|
||||||
svn co svn://libsdl.org/trunk/SDL
|
svn co svn://libsdl.org/branches/SDL-1.2
|
||||||
(cd SDL && ./autogen.sh && rm -rf autom4te.cache)
|
(cd SDL-1.2 && ./autogen.sh && rm -rf autom4te.cache)
|
||||||
cp SDL/include/SDL_config.h.default SDL/include/SDL_config.h
|
cp SDL-1.2/include/SDL_config.h.default SDL-1.2/include/SDL_config.h
|
||||||
mv SDL SDL-1.2
|
|
||||||
tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
|
tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
|
||||||
rm -f $(HOME)/SDL-1.2.zip
|
rm -f $(HOME)/SDL-1.2.zip
|
||||||
zip -r $(HOME)/SDL-1.2.zip SDL-1.2
|
zip -r $(HOME)/SDL-1.2.zip SDL-1.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue