From 225625bcf34c80b3c6b7c80ca8f1360451a417b9 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 12 Nov 2012 12:54:26 +0000 Subject: Build activities with a custom script It should be faster and cleaner than the sugar-fructose hack. Eventually dn-build might replace jhbuild. We don't really need all that complexity. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29643b5..85e32c9 100644 --- a/Makefile +++ b/Makefile @@ -40,10 +40,10 @@ install-jhbuild: submodules check-system build-glucose: install-jhbuild check-system $(TYPESCRIPT) "$(JHBUILD) build" $(LOGFILE) -build-fructose: - $(TYPESCRIPT) "$(JHBUILD) build -f sugar-fructose" $(LOGFILE) +build-activities: + $(TYPESCRIPT) "$(JHBUILD) run $(SCRIPTS)/dn-build" $(LOGFILE) -build: build-glucose build-fructose +build: build-glucose build-activities build-%: $(TYPESCRIPT) "$(JHBUILD) buildone -f $*" $(LOGFILE) -- cgit v0.9.1