[libnb-platform-java] 02/23: Touch windows exe files.
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 bc6dee89dfee810e5ffec564bf417599a87f72c1
Author: Markus Koschany <apo at gambaru.de>
Date: Mon Jun 1 18:37:29 2015 +0200
Touch windows exe files.
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index fd5118c..d7b9963 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,6 +57,10 @@ 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
+ touch o.n.bootstrap/launcher/windows/nbexec.exe
+ touch o.n.bootstrap/launcher/windows/nbexec64.exe
+ touch o.n.bootstrap/launcher/windows/nbexec.dll
+ touch o.n.bootstrap/launcher/windows/nbexec64.dll
#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
--
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