Changeset 7257 for trunk/include


Ignore:
Timestamp:
Oct 29, 2001, 11:00:57 AM (24 years ago)
Author:
achimha
Message:

strip EAs before executing LXLITE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.post.vac3.mk

    r6911 r7257  
    1 # $Id: odin32.post.vac3.mk,v 1.22 2001-10-01 01:29:15 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.23 2001-10-29 10:00:57 achimha Exp $
    22
    33#
     
    135135!endif
    136136!if !defined(DEBUG) && !defined(NO_LXLITE)
     137# remove all EAs from the file to prevent errors running LXLITE on
     138# a LAN server mounted JFS volume
     139    eautil $@ nul /s
    137140    $(LXLITE) $@
    138141!endif
     
    207210!endif
    208211!if !defined(DEBUG) && !defined(NO_LXLITE)
     212# remove all EAs from the file to prevent errors running LXLITE on
     213# a LAN server mounted JFS volume
     214    eautil $@ nul /s
    209215    $(LXLITE) $@
    210216!endif
Note: See TracChangeset for help on using the changeset viewer.