mirror of https://github.com/FDOS/kernel.git
remove some additional built files during clobber, ignore command.com in bin directory
This commit is contained in:
parent
99a5e09f28
commit
bdc2e068c4
|
@ -15,3 +15,4 @@ config.bat
|
||||||
|
|
||||||
|
|
||||||
kernel/KERNEL.SYS
|
kernel/KERNEL.SYS
|
||||||
|
bin/COMMAND.COM
|
||||||
|
|
|
@ -30,9 +30,14 @@ cd ..\kernel
|
||||||
cd ..\hdr
|
cd ..\hdr
|
||||||
if exist *.bak del *.bak
|
if exist *.bak del *.bak
|
||||||
|
|
||||||
|
cd ..\bin
|
||||||
|
if exist sys.com del sys.com
|
||||||
|
if exist country.sys del country.sys
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
if exist *.bak del *.bak
|
if exist *.bak del *.bak
|
||||||
if exist status.me del status.me
|
if exist status.me del status.me
|
||||||
|
|
||||||
|
|
||||||
:end
|
:end
|
||||||
default.bat clearset
|
default.bat clearset
|
||||||
|
|
|
@ -55,7 +55,7 @@ sys.com: $(SYS_EXE_dependencies)
|
||||||
$(CL) $(CFLAGST) $(TINY) $(SYS_EXE_dependencies)
|
$(CL) $(CFLAGST) $(TINY) $(SYS_EXE_dependencies)
|
||||||
|
|
||||||
clobber: clean
|
clobber: clean
|
||||||
-$(RM) bin2c.exe sys.com fat*.h oemfat*.h
|
-$(RM) bin2c.exe bin2c.com sys.com fat*.h oemfat*.h
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-$(RM) *.obj *.bak *.crf *.xrf *.map *.lst *.las *.cod *.err status.me
|
-$(RM) *.obj *.bak *.crf *.xrf *.map *.lst *.las *.cod *.err status.me
|
||||||
|
|
Loading…
Reference in New Issue