don't build build.xml, maintain it manualy
remove antify.sh and related builx.xml target makefile Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
@@ -4,7 +4,7 @@ DISTJAR=$(DISTPREFIX)-$(PROJECT_VERSION).jar
|
||||
JAVAC=javac
|
||||
JAR=jar
|
||||
|
||||
all: build.xml dist/lib/$(DISTJAR)
|
||||
all: dist/lib/$(DISTJAR)
|
||||
|
||||
getname:
|
||||
@echo dist/lib/$(DISTJAR)
|
||||
@@ -18,9 +18,6 @@ dist:
|
||||
dist/lib/$(DISTJAR): dist
|
||||
ant dist
|
||||
|
||||
build.xml:
|
||||
./antify.sh >$@
|
||||
|
||||
clean:
|
||||
cd java; make clean
|
||||
rm -f dist/lib/$(DISTPREFIX)*.jar
|
||||
@@ -41,7 +38,7 @@ deb/%:
|
||||
./debianize.sh create $@
|
||||
|
||||
debian/compat:
|
||||
echo "7" >$@
|
||||
echo "10" >$@
|
||||
|
||||
debian/%:
|
||||
./debianize.sh create $@ >$@
|
||||
|
||||
Reference in New Issue
Block a user