[jhalfs] branch trunk updated: Revert changes to BLFS/Makefile
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <167465095068.12014.14224082669058316528@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository jhalfs.
The following commit(s) were added to refs/heads/trunk by this push:
new b39eb29 Revert changes to BLFS/Makefile
b39eb29 is described below
commit b39eb29be59347a9a48203688b703c2c782b322a
Author: Pierre Labastie <[email protected]>
AuthorDate: Wed Jan 25 13:17:12 2023 +0100
Revert changes to BLFS/Makefile
Changes to book's Makefile have been reverted too...
---
BLFS/Makefile | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
diff --git a/BLFS/Makefile b/BLFS/Makefile
index d2e59ae..5d4dcd0 100644
--- a/BLFS/Makefile
+++ b/BLFS/Makefile
@@ -60,15 +60,10 @@ LFS-BRANCH = trunk
GIT = https://git.linuxfromscratch.org/blfs.git
BLFS-BRANCH = trunk
-# Name of a file that is not tracked by git in BLFS_XML
-# but has to be updated
-PYHOSTED = general/prog/python-dependencies/pythonhosted.xml
-
ALLXML := $(filter-out $(RENDERTMP)/%, \
- $(filter-out $(BLFS_XML)/$(PYHOSTED), \
$(shell if [ -d $(BLFS_XML) ]; then \
find $(BLFS_XML) -name \*.xml; \
- fi)))
+ fi))
ALLXMLLFS:= $(filter-out $(LFSTMP)/%, \
$(shell if [ -d $(LFS_XML) ]; then \
find $(LFS_XML) -name \*.xml; \
@@ -175,13 +170,9 @@ $(LFS_FULL): $(LFS_XML) $(LFS_XML)/general.ent $(ALLXMLLFS) $(ALLXSLLFS)
$(BLFS_FULL): $(BLFS_XML) $(BLFS_XML)/general.ent $(ALLXML) $(ALLXSL)
$(Q)cd $(BLFS_XML) && if [ -x git-version.sh ] ; then \
- echo "Processing BLFS version..."; \
- if grep -q PYHOSTED Makefile; then \
- $(MAKE) -C $(BLFS_XML) REV=$(REV) $(PYHOSTED); \
- else \
- ./git-version.sh $(REV); \
- fi; \
- fi
+ echo "Processing BLFS version..."; \
+ ./git-version.sh $(REV); \
+ fi
$(Q)[ -d $(RENDERTMP) ] || mkdir -p $(RENDERTMP)
@echo "Adjusting BLFS for revision $(REV)..."
$(Q)xsltproc --nonet --xinclude \
@@ -239,4 +230,4 @@ clean:
rm -rf $(TOPDIR)/dependencies $(TOPDIR)/book-html $(TOPDIR)/scripts
FORCE:
-.PHONY: clean all update $(CONFIG_OUT) FORCE
+.PHONY: clean all update $(CONFIG_OUT) version FORCE
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page