Searched refs:make (Results 1 - 5 of 5) sorted by relevance

/httpd/build/aix/
H A Dbuildaix.ksh104 echo $0: run make distclean to get a standard AIX configure
110 echo "+ make > build/aix/make.out"
111 make > build/aix/make.out
112 [[ $? -ne 0 ]] && echo 'make' returned an error && exit -1
114 echo "+ make install DESTDIR=$TEMPDIR > build/aix/install.out"
115 make install DESTDIR=$TEMPDIR > build/aix/install.out
116 [[ $? -ne 0 ]] && echo 'make install' returned an error && exit -1
/httpd/build/
H A Dbinbuild.sh70 make clean && \
73 make && \
75 make install root="bindist/" && \
77 make clean && \
H A DNWGNUhead.inc16 # restart the make with it defined
62 @echo $(DL)clobber_all . . . deletes all possible output from the make$(DL)
H A DNWGNUtail.inc7 # If we are going to create an nlm, make sure we have assigned variables to
273 @echo $(DL)# Do not edit this file - it is created by make!$(DL)> $(@:.opt=.def)
/httpd/build/pkg/
H A Dbuildpkg.sh77 make
78 make install DESTDIR=$TEMPDIR

Completed in 21 milliseconds