Print this page
3882 remove xmod & friends

*** 74,109 **** $(MACH) $(MACH64): FRC @cd $@; pwd; $(MAKE) $(TARGET) FRC: - - - # EXPORT DELETE START - # Special target to clean up the source tree for export distribution - # Warning: This target changes the source tree - EXPORT_SRC: - $(RM) Makefile+ mech/dmech.c+ - sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \ - < mech/dmech.c > mech/dmech.c+ - $(MV) mech/dmech.c+ mech/dmech.c - sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile mech/dmech.c - - # CRYPT DELETE START - # Special target to clean up the source tree for export distribution - # Warning: This target changes the source tree - CRYPT_SRC: - $(RM) Makefile+ mech/dmech.c+ - sed -e "/CRYPT DELETE START/,/CRYPT DELETE END/d" \ - < mech/dmech.c > mech/dmech.c+ - $(MV) mech/dmech.c+ mech/dmech.c - sed -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d" \ - < Makefile > Makefile+ - $(MV) Makefile+ Makefile - $(CHMOD) 444 Makefile mech/dmech.c - - # CRYPT DELETE END - # EXPORT DELETE END - --- 74,78 ----