83
84 SUBDIRS= \
85 $($(MACH)_SUBDIRS) \
86 $(COMMON_SUBDIRS) \
87 $(UNSHIPPED_SUBDIRS)
88
89 include Makefile.tools
90
91 ROOTDIRS= \
92 $(ROOTOPT) \
93 $(ROOTONBLD) \
94 $(ROOTONBLD)/bin \
95 $(ROOTONBLD)/bin/$(MACH) \
96 $(ROOTONBLD)/lib \
97 $(ROOTONBLD)/lib/$(MACH) \
98 $(ROOTONBLD)/lib/$(MACH)/64 \
99 $(ROOTONBLD)/lib/perl \
100 $(ROOTONBLD)/lib/python$(PYTHON_VERSION) \
101 $(ROOTONBLD)/lib/python$(PYTHON_VERSION)/onbld \
102 $(ROOTONBLD)/lib/python$(PYTHON_VERSION)/onbld/Checks \
103 $(ROOTONBLD)/lib/python$(PYTHON_VERSION)/onbld/hgext \
104 $(ROOTONBLD)/lib/python$(PYTHON_VERSION)/onbld/Scm \
105 $(ROOTONBLD)/env \
106 $(ROOTONBLD)/etc \
107 $(ROOTONBLD)/etc/exception_lists \
108 $(ROOTONBLD)/share \
109 $(ROOTONBLD)/man \
110 $(ROOTONBLD)/man/man1onbld
111
112 all := TARGET= install
113 install := TARGET= install
114 clean := TARGET= clean
115 clobber := TARGET= clobber
116 lint := TARGET= lint
117 _msg := TARGET= _msg
118
119 .KEEP_STATE:
120
121 #
122 # Only create directories in the tools proto area when doing an actual
123 # build, not a clean or clobber.
|
83
84 SUBDIRS= \
85 $($(MACH)_SUBDIRS) \
86 $(COMMON_SUBDIRS) \
87 $(UNSHIPPED_SUBDIRS)
88
89 include Makefile.tools
90
91 ROOTDIRS= \
92 $(ROOTOPT) \
93 $(ROOTONBLD) \
94 $(ROOTONBLD)/bin \
95 $(ROOTONBLD)/bin/$(MACH) \
96 $(ROOTONBLD)/lib \
97 $(ROOTONBLD)/lib/$(MACH) \
98 $(ROOTONBLD)/lib/$(MACH)/64 \
99 $(ROOTONBLD)/lib/perl \
100 $(ROOTONBLD)/lib/python$(PYTHON_VERSION) \
101 $(ROOTONBLD)/lib/python$(PYTHON_VERSION)/onbld \
102 $(ROOTONBLD)/lib/python$(PYTHON_VERSION)/onbld/Checks \
103 $(ROOTONBLD)/lib/python$(PYTHON_VERSION)/onbld/Scm \
104 $(ROOTONBLD)/env \
105 $(ROOTONBLD)/etc \
106 $(ROOTONBLD)/etc/exception_lists \
107 $(ROOTONBLD)/share \
108 $(ROOTONBLD)/man \
109 $(ROOTONBLD)/man/man1onbld
110
111 all := TARGET= install
112 install := TARGET= install
113 clean := TARGET= clean
114 clobber := TARGET= clobber
115 lint := TARGET= lint
116 _msg := TARGET= _msg
117
118 .KEEP_STATE:
119
120 #
121 # Only create directories in the tools proto area when doing an actual
122 # build, not a clean or clobber.
|