diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-21 13:01:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-21 13:01:07 +0100 |
commit | 2737423784ee8b84a7594232ec6aa2df0b400488 (patch) | |
tree | 3ea68a92bd187469847b3383f07be9a87d2c3a8b /package/linux-atm | |
parent | 6b9416e4465c909141f4fcfd314e8d3cf0ea8477 (diff) |
add a more realistic bulk target
thx to mirabilos
Diffstat (limited to 'package/linux-atm')
-rw-r--r-- | package/linux-atm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 1ebd2172b..b6f06694f 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= ATM library and tools for Linux PKG_SECTION:= libs PKG_URL:= http://linux-atm.sourceforge.net PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=linux-atm/} +PKG_NOPARALLEL:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz |