X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=d35cc7a3dd58d8dae78c11ca539b5bfa5840b525;hb=52d8f231b0ba7fae1902d0176ec3533d01be5c3e;hp=a214aa079e279cebc211e4ba738242942cda3e5e;hpb=48f43cea02600d0f9015b192a61d16f08cf4dc66;p=build.git diff --git a/Makefile b/Makefile index a214aa07..d35cc7a3 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 f35)" echo "%define debug_package %{nil}" >> $@ endif