From: Aaron Klingaman Date: Mon, 12 Apr 2004 17:08:10 +0000 (+0000) Subject: added ipod X-Git-Tag: chroot-breakout-hotfix-branch-point~21 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=078eba962ae4b758fd372dd679205630365a2318;p=build.git added ipod --- diff --git a/Makefile b/Makefile index 14d58f04..326883db 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.15 2004/04/12 15:27:30 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.16 2004/04/12 15:30:14 mlh-pl_rpm Exp $ # # Default target @@ -257,6 +257,17 @@ perl-IO-Stty-MODULE := perl-IO-Stty perl-IO-Stty-SPEC := perl-IO-Stty/perl-IO-Stty.spec ALL += perl-IO-Stty +# +# ipod +# + +ipod-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +ipod-INITIAL := HEAD +ipod-TAG := HEAD +ipod-MODULE := ipod +ipod-SPEC := ipod/ipod.spec +ALL += ipod + ifeq ($(findstring $(package),$(ALL)),) # Build all packages