Ignore:
Timestamp:
09/27/2007 08:41:58 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
41d8577
Parents:
111d25a
Message:

Makefile envars and fuctions revised.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r111d25a raafcfa9  
    8484  @find / -xdev ! -path "/$(SCRIPT_ROOT)/*" ! -path "/tmp/*" ! -path "$(SRC)/*" \
    8585  -newer $(SRC)/timestamp-marker -not -type d \
    86   -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(crFILELOGDIR)/$(1)
     86  -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(FILELOGDIR)/$(1)
    8787endef
    8888
    8989define log_new_files_LUSER
    90   @find $(BASEDIR) -xdev ! -path "$(BASEDIR)/$(SCRIPT_ROOT)/*" ! -path "$(BASEDIR)/tmp/*" ! -path "$(SRCSDIR)/*" \
     90  @find $(MOUNT_PT) -xdev ! -path "$(MOUNT_PT)/$(SCRIPT_ROOT)/*" ! -path "$(MOUNT_PT)/tmp/*" ! -path "$(SRCSDIR)/*" \
    9191  -newer $(SRCSDIR)/timestamp-marker -not -type d \
    92   -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(BASEDIR)$(crFILELOGDIR)/$(1)
     92  -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(MOUNT_PT)$(FILELOGDIR)/$(1)
    9393endef
    9494
     
    102102  echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created ; \
    103103  echo ; \
    104   echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE) ; \
    105   echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE) ; \
     104  echo $(WHITE)If this is a development book build, please send the ; \
     105  echo $(BOLD)$(MOUNT_PT)/$(SCRIPT_ROOT)/$(1)$(WHITE) file to ; \
     106  echo $(BOLD)manuel@linuxfromscratch.org$(WHITE) ; \
    106107  echo ; \
    107108  echo That will help us to keep more accurate SBU and ; \
     
    168169  @echo  2.Boot the new partition.
    169170  @echo  3.Once you are logged in issue the following commands
    170   @echo  $(tab_) $(BOLD)cd /jhalfs
     171  @echo  $(tab_) $(BOLD)cd /$(SCRIPT_ROOT)
    171172  @echo  $(tab_) $(BOLD)make makesys
    172173  @echo  The build process should resume. Follow any instructions that appear.
Note: See TracChangeset for help on using the changeset viewer.