Changeset 106

Show
Ignore:
Timestamp:
06/18/06 19:00:01 (6 years ago)
Author:
tg
Message:

for now (as we require GNU tar), quell the tar ./. pax distinguishion

agreed wbx@

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/rules.mk

    r103 r106  
    7777endif 
    7878 
    79 ifeq ($(shell which pax 2>/dev/null),) 
     79#ifeq ($(shell which pax 2>/dev/null),) 
    8080TAR_EXTRACT=    tar $(TAR_OPTIONS) - 
    81 else 
    82 TAR_EXTRACT=  pax -r -pma 
    83 endif 
     81#else 
     82#TAR_EXTRACT= pax -r -pma 
     83#endif 
    8484 
    8585ifneq ($(BR2_LARGEFILE),y)