blob: 29dbec41bfb1c853d48687f1941fb38483576986 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- Makefile.orig Thu Oct 28 18:13:31 1999
+++ Makefile Fri Oct 29 10:04:43 1999
@@ -56,7 +56,8 @@
echo "" > $(IRULESRC)/host.def; \
fi; \
fi; \
- fi
+ fi
+ @echo "#include \"host.def.local\"" >> $(IRULESRC)/host.def
cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean
$(MAKE) $(MFLAGS) Makefile.boot
$(MAKE_CMD) $(MFLAGS) VerifyOS
@@ -207,7 +208,7 @@
@echo "#define IncludeFlags -I`pwd`/exports/include"\
>> $(IRULESRC)/host.def
@echo "#define BuildFontServerOnly YES" >> $(IRULESRC)/host.def
- @echo "$(EXTRA_HOST_DEF)" >> $(IRULESRC)/host.def
+ @echo "#include \"host.def.local\"" >> $(IRULESRC)/host.def
imake -I$(IRULESRC) $(IMAKE_DEFINES) $(IMAKE_EXTRA_OPTS) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) -DUseInstalled
$(MAKE) $(MFLAGS) Makefiles
$(MAKE) $(MFLAGS) clean
@@ -234,6 +235,7 @@
@echo "#define IncludeFlags -I`pwd`/exports/include"\
>> $(IRULESRC)/host.def
@echo "#define BuildFontLibOnly YES" >> $(IRULESRC)/host.def
+ @echo "#include \"host.def.local\"" >> $(IRULESRC)/host.def
imake -I$(IRULESRC) $(IMAKE_DEFINES) $(IMAKE_EXTRA_OPTS) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) -DUseInstalled
$(MAKE) $(MFLAGS) Makefiles
$(MAKE) $(MFLAGS) clean
|