diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-11 16:37:41 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-11 16:37:41 (EST) |
commit | ef0aa79244a073d2ac3e446ba75ed8b59754f398 (patch) | |
tree | 5d57a25929306a9287477e14071c91049981f3f8 | |
parent | 04874d845150a8e807d358e92dba999910a71c97 (diff) |
Add a "nop" target to build.
This is convenient to get opkbuild to set up the work area without doing
any configuration, building, or installation.
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ CFLAGS = -g -O2 +nop: + @: + configure: # Generate the main makefile. # * Use (optionally sysroot-prefixed) multiarch library search |