Changeset 1498

Show
Ignore:
Timestamp:
08/07/08 16:07:42 (4 months ago)
Author:
terceiro
Message:

calculating a suitable build command

instead of forcing the developer to specify one

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/debs/Makefile

    r1484 r1498  
    11PACKAGES = $(shell find . -maxdepth 1 -mindepth 1 -type d) 
    2 BUILD_COMMAND ?= svn-buildpackage 
     2 
     3ifeq ($(shell test -e .svn && echo 1),"1") 
     4  BUILD_COMMAND = svn-buildpackage 
     5else 
     6  BUILD_COMMAND = debuild -us -uc 
     7endif 
     8 
    39 
    410all: Release.gpg