From ef0aa79244a073d2ac3e446ba75ed8b59754f398 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 11 Nov 2012 16:37:41 -0500 Subject: 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. --- diff --git a/build b/build index 328a850..b636947 100755 --- a/build +++ b/build @@ -2,6 +2,9 @@ CFLAGS = -g -O2 +nop: + @: + configure: # Generate the main makefile. # * Use (optionally sysroot-prefixed) multiarch library search -- cgit v0.9.1