From 0f99d4c2f2a4a83d6d7464960c2db97b664af1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 29 Oct 2017 13:51:39 +0100 Subject: [PATCH] xe20171029_135139 --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99b5aa5..d260e57 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,18 @@ COMMIT = $(shell date "+xe%Y%m%d_%H%M%S") SUBDIRS := $(shell find $(DIR) -type d -print) FILTER := $(abspath .git% %.deb .publish-git .builddeb %.swp Makefile) FILTERORIG := $(abspath .git% %.deb .publish-git .builddeb %.swp Makefile) $(shell test -e noupdate.files && cat noupdate.files) /DEBIAN% -FILES := $(filter-out $(FILTER), $(abspath $(shell find . -mindepth 1 -type f -print) )) -ORIGS := $(filter-out $(FILTERORIG), $(realpath $(subst ./$(DIR),,$(shell sudo find . -mindepth 2 -type f -print)))) +#FILES := $(filter-out $(FILTER), $(abspath $(shell find . -mindepth 1 -type f -print) )) +#ORIGS := $(filter-out $(FILTERORIG), $(realpath $(subst ./$(DIR),,$(shell sudo find . -mindepth 2 -type f -print)))) +FILES := $(filter-out $(FILTER), $(abspath $(shell find . -mindepth 1 -type f -exec echo {} \;) )) +ORIGS := $(filter-out $(FILTERORIG), $(realpath $(subst ./$(DIR),,$(shell sudo find . -mindepth 2 -type f -exec echo {] \;)))) FILESGIT := $(filter-out $(abspath .git%), $(abspath $(shell find . -mindepth 1 -type f -print))) #all: $(DIR)/DEBIAN/control #$(DIR)/DEBIAN/control: $(FILES) +-include Makefile.repo + all: .builddeb @#echo FILE $(FILESGIT)