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