From 408330e46e289dc250906b506e2aa80cc43d9e6c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 26 Jan 2017 20:33:27 +0000 Subject: [PATCH] Make Python 3 an add-on package Signed-off-by: Michael Tremer --- config/rootfiles/{common => packages}/armv5tel/python3 | 0 config/rootfiles/{common => packages}/i586/python3 | 0 config/rootfiles/{common => packages}/x86_64/python3 | 0 lfs/python3 | 7 +++++++ 4 files changed, 7 insertions(+) rename config/rootfiles/{common => packages}/armv5tel/python3 (100%) rename config/rootfiles/{common => packages}/i586/python3 (100%) rename config/rootfiles/{common => packages}/x86_64/python3 (100%) diff --git a/config/rootfiles/common/armv5tel/python3 b/config/rootfiles/packages/armv5tel/python3 similarity index 100% rename from config/rootfiles/common/armv5tel/python3 rename to config/rootfiles/packages/armv5tel/python3 diff --git a/config/rootfiles/common/i586/python3 b/config/rootfiles/packages/i586/python3 similarity index 100% rename from config/rootfiles/common/i586/python3 rename to config/rootfiles/packages/i586/python3 diff --git a/config/rootfiles/common/x86_64/python3 b/config/rootfiles/packages/x86_64/python3 similarity index 100% rename from config/rootfiles/common/x86_64/python3 rename to config/rootfiles/packages/x86_64/python3 diff --git a/lfs/python3 b/lfs/python3 index 326acf3099..68210623c8 100644 --- a/lfs/python3 +++ b/lfs/python3 @@ -31,6 +31,10 @@ DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3 +PAK_VER = 1 + +DEPS = "" ############################################################################### # Top-level Rules @@ -50,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ############################################################################### -- 2.39.5