]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and
authorJuli Mallett <jmallett@FreeBSD.org>
Sun, 25 Aug 2002 02:45:04 +0000 (02:45 +0000)
committerJuli Mallett <jmallett@FreeBSD.org>
Sun, 25 Aug 2002 02:45:04 +0000 (02:45 +0000)
commitacdb9a105ea74732809e6beb7b10eeccf0c8567e
treead8cf90f079d6d604f0e18eac1bd033bfc7b65d6
parent34bdf0dcbfb42a63f607cbab023a7893af641b71
Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and
this particular GNU flag.  It changes into the given directory for the
operation in question.  This just goes into said directory at the time of
parsing the argument for getopt(3).

Submitted by: Rachel Hestilow <rachel@jerkcity.com>
usr.bin/make/Makefile
usr.bin/make/main.c
usr.bin/make/make.1