/[d-i]/trunk/build/Makefile
ViewVC logotype

Diff of /trunk/build/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4224 by waldi, Fri Sep 26 14:28:05 2003 UTC revision 4225 by joeyh, Sat Sep 27 07:40:52 2003 UTC
# Line 47  APT_GET=apt-get --assume-yes \ Line 47  APT_GET=apt-get --assume-yes \
47  # Get the list of udebs to install. Comments are allowed in the lists.  # Get the list of udebs to install. Comments are allowed in the lists.
48  UDEBS = \  UDEBS = \
49          $(shell grep --no-filename -v ^\# \          $(shell grep --no-filename -v ^\# \
50                          pkg-lists/base \                          `if [ ! "${NO_BASE}" ]; then echo pkg-lists/base; fi` \
51                          pkg-lists/$(TYPE)/common \                          pkg-lists/$(TYPE)/common \
52                          `if [ -f pkg-lists/$(TYPE)/$(DEB_HOST_ARCH) ]; then echo pkg-lists/$(TYPE)/$(DEB_HOST_ARCH); fi` \                          `if [ -f pkg-lists/$(TYPE)/$(DEB_HOST_ARCH) ]; then echo pkg-lists/$(TYPE)/$(DEB_HOST_ARCH); fi` \
53                  | sed -e 's/^\(.*\)$${kernel:Version}\(.*\)$$/$(foreach VERSION,$(KERNELIMAGEVERSION),\1$(VERSION)\2\n)/g' \                  | sed -e 's/^\(.*\)$${kernel:Version}\(.*\)$$/$(foreach VERSION,$(KERNELIMAGEVERSION),\1$(VERSION)\2\n)/g' \
# Line 435  endif Line 435  endif
435  ifeq ($(TYPE),floppy)  ifeq ($(TYPE),floppy)
436          cat $(DRIVEREXTRASDPKGDIR)/info/*.templates >> all-$(TYPE).utf          cat $(DRIVEREXTRASDPKGDIR)/info/*.templates >> all-$(TYPE).utf
437  endif  endif
438          cat $(DPKGDIR)/info/*.templates >> all-$(TYPE).utf          if [ -n "`find $(DPKGDIR)/info/ -name \\*.templates`" ]; then \
439                    cat $(DPKGDIR)/info/*.templates >> all-$(TYPE).utf; \
440            fi
441          find $(TREE) -type f | xargs strings >> all-$(TYPE).utf          find $(TREE) -type f | xargs strings >> all-$(TYPE).utf
442    
443  ifeq ($(TYPE),floppy)  ifeq ($(TYPE),floppy)

Legend:
Removed from v.4224  
changed lines
  Added in v.4225

  ViewVC Help
Powered by ViewVC 1.1.5