Эх сурвалжийг харах

Use the new --disable-maintainer-mode option to configure rather than try
to touch the proper files in the proper order.

Nicolas Boullis 21 жил өмнө
parent
commit
9e61cb1d69
1 өөрчлөгдсөн 1 нэмэгдсэн , 3 устгасан
  1. 1 3
      debian/rules

+ 1 - 3
debian/rules

@@ -15,9 +15,7 @@ DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 build: build-stamp
 build: build-stamp
 build-stamp: patch-stamp
 build-stamp: patch-stamp
 	dh_testdir
 	dh_testdir
-	touch configure.in ; touch Makefile.am ; touch aclocal.m4 
-	touch Makefile.in ; touch configure 
-	./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man 
+	./configure --disable-maintainer-mode --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man 
 	$(MAKE) CFLAGS="$(CFLAGS)"
 	$(MAKE) CFLAGS="$(CFLAGS)"
 	touch build-stamp
 	touch build-stamp