X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=d4ccf47e90781eefac4073b72dbd822abc6960be;hb=5d0f2ee2524724a97c0b8505fe784a8da9b12c6d;hp=a214aa079e279cebc211e4ba738242942cda3e5e;hpb=48f43cea02600d0f9015b192a61d16f08cf4dc66;p=build.git diff --git a/Makefile b/Makefile index a214aa07..d4ccf47e 100644 --- a/Makefile +++ b/Makefile @@ -201,9 +201,6 @@ DISTCLEANS += $(1).mk $(2).mk config.$(1) $(eval $(call remote_pldistro_fetch_$(3),$(1))) endef -$(eval $(call remote_pldistro,wextoolbox,wextoolbox-tags,git)) -$(eval $(call remote_pldistro,wexlxc,wexlxc-tags,git)) - ########## stage1 and stage1iter # extract specs and compute .mk files by running # make stage1=true @@ -351,7 +348,7 @@ header.spec: echo "%global _source_filedigest_algorithm 1" >> $@ echo "%global _source_payload w9.gzdio" >> $@ echo "%global _binary_payload w9.gzdio" >> $@ -ifeq "$(DISTRONAME)""$(filter $(DISTRONAME),f25 f27 f29)" +ifeq "$(DISTRONAME)""$(filter $(DISTRONAME),f25 f27 f29 f31 f33)" echo "%define debug_package %{nil}" >> $@ endif