Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: debian/rules

Issue 543141: Run ./autogen.sh on every build (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debian/rules
diff --git a/debian/rules b/debian/rules
index c966258b303589f27da14988a192b087af067f12..ed7bafc5c8fabbecab5e42b3796a8e0abd60f5e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,12 +28,10 @@ CROSS= --build $(DEB_BUILD_GNU_TYPE)
CONFFLAGS=
endif
-configure:
+config.status:
+ dh_testdir
touch ChangeLog
NOCONFIGURE=1 ./autogen.sh
-
-config.status: configure
- dh_testdir
# Add here commands to configure the package.
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
ln -sf /usr/share/misc/config.sub config.sub
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698