-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make defining a TARGET in config.mk optinonal, by testing for it. Improve the test by a more verbose message, which includes the valid choices. This avoids problems for people forgetting to override the default on commandline.
- Loading branch information
1 parent
e951feb
commit 508b74e
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# default parameters for Makefile | ||
SHELL:=$(shell which bash) | ||
TARGET=ar71xx-generic | ||
#TARGET=ar71xx-generic | ||
PACKAGES_LIST_DEFAULT=notunnel tunnel-berlin-tunneldigger manual | ||
MAKE_ARGS= |