From: Aaron Klingaman Date: Mon, 12 Apr 2004 13:40:41 +0000 (+0000) Subject: added MAKEDEV X-Git-Tag: chroot-breakout-hotfix-branch-point~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d000a2c437ffd3720ad627221288177b34fdb215;p=build.git added MAKEDEV --- diff --git a/Makefile b/Makefile index 8bd614e0..4b6ae396 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.7 2004/04/09 22:17:31 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.8 2004/04/12 13:24:25 alk-pl_rpm Exp $ # # Default target @@ -166,6 +166,17 @@ PlanetLabAccounts-MODULE := PlanetLabAccounts PlanetLabAccounts-SPEC := PlanetLabAccounts/PlanetLabAccounts.spec ALL += PlanetLabAccounts +# +# MAKEDEV +# + +MAKEDEV-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +MAKEDEV-INITIAL := MAKEDEV_3_2_2 +MAKEDEV-TAG := MAKEDEV_3_2_2_PL_6 +MAKEDEV-MODULE := MAKEDEV +MAKEDEV-SPEC := MAKEDEV/MAKEDEV.spec +ALL += MAKEDEV + ifeq ($(findstring $(package),$(ALL)),) # Build all packages