Ignore:
Timestamp:
Jan 14, 2011, 12:28:08 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: another bunch of updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Makefile.kmk

    r505 r521  
    9393
    9494# add new dependancy on build level info
    95 rc/rc.rc : rc/description.rc nversion.h
     95rc/rc.rc : rc/description.rc nversion.h rc/rc.rc_
     96        $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" rc/rc.rc_ \
     97                | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \
     98                | $(SED) "s;_BUILD_;$(BUILD);g" \
     99                > rc/rc.rc
     100
    96101
    97102# update bldlevel info
Note: See TracChangeset for help on using the changeset viewer.