*** old/src/share/mk/bsd.subdir_ports.mk Tue Feb 22 01:33:08 1994 --- new/src/share/mk/bsd.subdir_ports.mk Mon May 16 09:28:19 1994 *************** *** 1,4 **** ! # bsd.subdir_ports.mk Thu Feb 17 17:26:04 MEZ 1994 by Julian Stacey ! .if !target(pkg) ! pkg: _SUBDIRUSE .endif .if !target(world) world: _SUBDIRUSE # note if we append `all' after `_SUBDIRUSE' # then with several levels of SUBDIR makes, we'd get far too many `make all's .endif # End Of File --- 142,178 ---- .include ! .if !target(package) ! package: _SUBDIRUSE ! .endif ! ! .if !target(packages) ! packages: _SUBDIRUSE ! .endif ! ! .if !target(install.man) ! install.man: _SUBDIRUSE .endif .if !target(world) world: _SUBDIRUSE # note if we append `all' after `_SUBDIRUSE' # then with several levels of SUBDIR makes, we'd get far too many `make all's + .endif + + .if !target(show) + show: + @echo "SUBDIR: |${SUBDIR}|" + @echo "G_SUBDIR: |${G_SUBDIR}|" + @echo "AVOID: |${AVOID}|" + @echo "WAIT_OK: |${WAIT_OK}|" + @echo "MAKE: |${MAKE}|" + @echo "GMAKE: |${GMAKE}|" + @echo "MFLAGS: |${MFLAGS}|" + @echo "DESTDIR: |${DESTDIR}|" + @echo "DESTDIR: |${DESTDIR}|" + @echo "BINDIR: |${BINDIR}|" + @echo "LIBDIR: |${LIBDIR}|" .endif # End Of File