Changeset 1166


Ignore:
Timestamp:
Jun 7, 2017, 12:49:20 AM (8 years ago)
Author:
dmik
Message:

rpm: Move macros to control locked files and modify config.sys to os2-rpm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rpm/trunk/macros.in

    r1162 r1166  
    10881088
    10891089#------------------------------------------------------------------------
    1090 # handle file unlocking, options:
    1091 #   0 - automatic handling (default)
    1092 #   1 - use config.sys driver only
    1093 #   2 - do nothing, report error
    1094 #
    1095 %_os2_unlock_mode       0
    1096 
    1097 #------------------------------------------------------------------------
    10981090# Macros to handle creation/deletion of WPS objects from %post* sections.
    10991091# There are four single macros:
     
    12281220\} || exit $?
    12291221
    1230 #------------------------------------------------------------------------
    1231 # OS/2 macros to handle config.sys changes (using cube script)
    1232 #
    1233 %os2_boot_drive                 %{_os2_boot_drive}
    1234 %os2_unixroot_drive             %{_os2_unixroot_drive}
    1235 %os2_config_sys                 %{os2_boot_drive}\\config.sys
    1236 %cube()                         cmd /c '%UNIXROOT%\\usr\\bin\\cube.exe %{*}'\
    1237 %{nil}
    1238 
    1239 =======
    12401222#------------------------------------------------------------------------------
    12411223# Macros for further automated spec %setup and patch application
Note: See TracChangeset for help on using the changeset viewer.