Ignore:
Timestamp:
06/02/2006 05:53:17 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
4761b5a
Parents:
db6b934
Message:

Merged r2734:2745 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    rdb6b934 r460ea63  
    1818define unpack
    1919  @cd $(MOUNT_PT)$(SRC) && \
    20   tar -xvf `ls -t $(1) | head -n1` > /tmp/unpacked
     20  tar -xvf `ls -t $(1) | head -n1` > $(PKG_LST)
    2121endef
    2222
    2323define unpack2
    2424  @cd $(MOUNT_PT)$(SRC) && \
    25   /tools/bin/tar -xvf `ls -t $(1) | head -n1` > /tmp/unpacked
     25  /tools/bin/tar -xvf `ls -t $(1) | head -n1` > $(PKG_LST)
    2626endef
    2727
    2828define unpack3
    2929  @cd $(SRC) && \
    30   tar -xvf `ls -t $(1) | head -n1` > /tmp/unpacked
     30  tar -xvf `ls -t $(1) | head -n1` > $(PKG_LST)
    3131endef
    3232
Note: See TracChangeset for help on using the changeset viewer.