Changeset b39eb29


Ignore:
Timestamp:
01/25/2023 12:17:12 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
3940a45
Parents:
5c8df43
Message:

Revert changes to BLFS/Makefile

Changes to book's Makefile have been reverted too...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r5c8df43 rb39eb29  
    6161BLFS-BRANCH = trunk
    6262
    63 # Name of a file that is not tracked by git in BLFS_XML
    64 # but has to be updated
    65 PYHOSTED = general/prog/python-dependencies/pythonhosted.xml
    66 
    6763ALLXML := $(filter-out $(RENDERTMP)/%, \
    68             $(filter-out $(BLFS_XML)/$(PYHOSTED), \
    6964              $(shell if [ -d $(BLFS_XML) ]; then \
    7065                        find $(BLFS_XML) -name \*.xml; \
    71                       fi)))
     66                      fi))
    7267ALLXMLLFS:= $(filter-out $(LFSTMP)/%, \
    7368              $(shell if [ -d $(LFS_XML) ]; then \
     
    176171$(BLFS_FULL): $(BLFS_XML) $(BLFS_XML)/general.ent $(ALLXML) $(ALLXSL)
    177172        $(Q)cd $(BLFS_XML) && if [ -x git-version.sh ] ; then \
    178             echo "Processing BLFS version...";                \
    179             if grep -q PYHOSTED Makefile; then                \
    180                $(MAKE) -C $(BLFS_XML) REV=$(REV) $(PYHOSTED); \
    181             else                                              \
    182                ./git-version.sh $(REV);                       \
    183             fi;                                               \
    184         fi
     173             echo "Processing BLFS version..."; \
     174             ./git-version.sh $(REV); \
     175        fi
    185176        $(Q)[ -d $(RENDERTMP) ] || mkdir -p $(RENDERTMP)
    186177        @echo "Adjusting BLFS for revision $(REV)..."
     
    240231
    241232FORCE:
    242 .PHONY: clean all update $(CONFIG_OUT) FORCE
     233.PHONY: clean all update $(CONFIG_OUT) version FORCE
Note: See TracChangeset for help on using the changeset viewer.