summarylogtreecommitdiffstats
path: root/Makefile-patch
blob: 143b3b825adbef850d253fe1661b7d248af2d993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- asis-gpl-2017-src/Makefile
+++ asis-gpl-2017-src-new/Makefile
@@ -9,7 +9,8 @@
 # ==================================================== build
 
 .PHONY: all
-all: setup-snames
+#all: setup-snames
+all: 
 	$(GPRBUILD) -p -j0 -XBLD=$(BLD) -XASISOPSYS=$(ASISOPSYS) -XGNSA=$(GNSA) \
 		$(GPRBUILD_FLAGS) -XASIS_COMPONENTS=$(COMPS) build_asis.gpr
 
@@ -30,7 +31,8 @@
 # snames.ads". 'cmp' returns true (i.e. 0) if the files are identical.
 
 .PHONY: setup
-setup: setup-snames setup-factory
+setup: setup-factory
+#setup: setup-snames setup-factory
 
 .PHONY: setup-snames
 setup-snames: gnat/snames.ads-tmpl gnat/snames.adb-tmpl gnat/xutil.ads gnat/xutil.adb