[Pkg-javascript-commits] [uglifyjs] 01/03: Fix build target: Touch only when fully completed.

Jonas Smedegaard dr at jones.dk
Tue Nov 29 04:23:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository uglifyjs.

commit cabf46be43d317ce8c7dbcb74778ae1335b4029e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 31 10:08:22 2016 +0200

    Fix build target: Touch only when fully completed.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 86b97f5..edf5610 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,11 +47,11 @@ debian/stamp-build:
 	$(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),\
 		,\
 		NODE_PATH=lib nodejs test/run-tests.js)
-	touch $@
 	nodejs bin/uglifyjs \
 	  --self \
 	  --comments /Copyright/ \
 	  --output debian/uglify.js
+	touch $@
 common-post-build-indep::
 	rm -f lib/uglify-js
 clean::

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list