tags 831932 + patch
thanks

On Wed, 20 Jul 2016, Lucas Nussbaum wrote:

>  debian/rules build-indep
> make: *** No rule to make target 'build-stamp', needed by 'build-indep'.  
> Stop.
> dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
> --------------------------------------------------------------------------------

There is not, in fact, any rule to make build-stamp, but there are
several other stamp files.

I would just make "build-arch" and "build-indep" to depend on "build",
as in the attached patch.

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -297,8 +297,8 @@ configure8-stamp: autoreconf-stamp
          && $(buildflags) ../configure $(CONFIGURE_ARGS) 
--with-jdk-home=/$(jdk_default_home)
        touch $@
 
-build-arch: build-stamp
-build-indep: build-stamp
+build-arch: build
+build-indep: build
 build: $(if $(filter 6,$(jre_versions)),build6-stamp) \
   $(if $(filter 7,$(jre_versions)),build7-stamp) $(if $(filter 
8,$(jre_versions)),build8-stamp)
 build6-stamp: configure6-stamp

Reply via email to