[libnb-platform-java] 01/23: Stop building windows launcher
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jun 2 13:46:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository libnb-platform-java.
commit cb2b7d85054685a94f641ba4010fb67ce67cfa90
Author: Markus Koschany <apo at gambaru.de>
Date: Mon Jun 1 18:16:27 2015 +0200
Stop building windows launcher
---
debian/rules | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/debian/rules b/debian/rules
index a694c58..fd5118c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,11 +57,11 @@ override_dh_auto_build:
$(shell awk 'NF==4 {printf("ln -sf %s %s/%s;\n",$$1,$$2,$$4)}' debian/linked-jars)
################################################################
# Build the Windows launcher
- mkdir -p nbbuild/netbeans/platform/lib
- cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec" make -e
- cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec64" make -e
- cd apisupport.harness/windows-launcher-src && LDFLAGS="" CONF="app.exe" make -e
- cd apisupport.harness/windows-launcher-src && LDFLAGS="" CONF="app64.exe" make -e
+ #mkdir -p nbbuild/netbeans/platform/lib
+ #cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec" make -e
+ #cd o.n.bootstrap/launcher/windows && LDFLAGS="" CONF="nbexec64" make -e
+ #cd apisupport.harness/windows-launcher-src && LDFLAGS="" CONF="app.exe" make -e
+ #cd apisupport.harness/windows-launcher-src && LDFLAGS="" CONF="app64.exe" make -e
################################################################
# Build the platform. DISPLAY must be unset to avoid build failures.
unset DISPLAY; ant \
@@ -137,10 +137,10 @@ override_dh_auto_clean:
$(call symlink, $(JAVADIR)/$(JH_JAR), javahelp/external/$(NB_JH_JAR))
$(call symlink, $(JAVADIR)/$(JSEARCH_JAR), apisupport.harness/external/$(NB_JSEARCH_JAR))
ant -Dpermit.jdk7.builds=true -f nbbuild/build.xml clean
- cd o.n.bootstrap/launcher/windows && CONF="nbexec" make -e clean
- cd o.n.bootstrap/launcher/windows && CONF="nbexec64" make -e clean
- cd apisupport.harness/windows-launcher-src && CONF="app.exe" make -e clean
- cd apisupport.harness/windows-launcher-src && CONF="app64.exe" make -e clean
+ #cd o.n.bootstrap/launcher/windows && CONF="nbexec" make -e clean
+ #cd o.n.bootstrap/launcher/windows && CONF="nbexec64" make -e clean
+ #cd apisupport.harness/windows-launcher-src && CONF="app.exe" make -e clean
+ #cd apisupport.harness/windows-launcher-src && CONF="app64.exe" make -e clean
mh_clean
# remove all the symlinks to jar files we created
find . -name "*.jar" -type l -execdir rm -f \{\} \;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git
More information about the pkg-java-commits
mailing list