Print this page
3882 remove xmod & friends

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
↓ open down ↓ 1374 lines elided ↑ open up ↑
1375 1375          cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE)
1376 1376  
1377 1377  clean:
1378 1378          $(RM) $(GENHDRS)
1379 1379  
1380 1380  clobber:        clean
1381 1381  
1382 1382  check:  $(CHECKHDRS)
1383 1383  
1384 1384  FRC:
1385      -
1386      -# EXPORT DELETE START
1387      -EXPORT_SRC:
1388      -        $(RM) wanboot_impl.h+ Makefile+
1389      -        sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
1390      -                < wanboot_impl.h > wanboot_impl.h+
1391      -        $(MV) wanboot_impl.h+ wanboot_impl.h
1392      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
1393      -                < Makefile > Makefile+
1394      -        $(RM) Makefile
1395      -        $(MV) Makefile+ Makefile
1396      -        $(CHMOD) 444 Makefile wanboot_impl.h
1397      -# EXPORT DELETE END
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX