mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
fix up svn_revision.h problem so that we can build from a tarball
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4004 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
dc2ad95bfb
commit
9f3acb1359
1 changed files with 4 additions and 4 deletions
|
|
@ -274,9 +274,9 @@ def create_stored_revision (target = None, source = None, env = None):
|
|||
print "Could not open libs/ardour/svn_revision.cc for writing\n"
|
||||
sys.exit (-1)
|
||||
else:
|
||||
print "You cannot use \"scons revision\" on without using a checked out"
|
||||
print "copy of the Ardour source code repository"
|
||||
sys.exit (-1)
|
||||
if not os.path.exists('libs/ardour/ardour/svn_revision.h'):
|
||||
print "This release of ardour is missing libs/ardour/ardour/svn_revision.h. Blame the packager."
|
||||
sys.exit (-1)
|
||||
|
||||
#
|
||||
# A generic builder for version.cc files
|
||||
|
|
@ -1339,7 +1339,7 @@ Default (sysrcbuild)
|
|||
Precious (env['DISTTREE'])
|
||||
|
||||
env.Distribute (env['DISTTREE'],
|
||||
[ 'SConstruct', 'svn_revision.h',
|
||||
[ 'SConstruct',
|
||||
'COPYING', 'PACKAGER_README', 'README',
|
||||
'ardour.rc.in',
|
||||
'tools/config.guess',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue