programs/fs: Post-SVN tidy (part 1) #423
Reference in New Issue
Block a user
Delete Branch "ace-dent/kolibrios-gitea:PR-TidySVN-fs-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
trunkinto root directory for each program.CRLF>LF, so best to view diffs with whitespace changes hidden.(Work towards #75, point 3)
This PR is split (/cherry picked) from the monolithic PR #250 - for easier merging! 🤞
This is part 1.
Updates these programs (for testing):
fs/copyr(not in standard builds?)fs/kfm(the older original, not KFM2!)@@ -113,3 +113,2 @@echo *fasm fs\copy2\trunk\copy2.asm %BIN%\copy2fasm fs\copyr\trunk\copyr.asm %BIN%\copyrrem fasm fs\copy2\trunk\copy2.asm %BIN%\copy2build_all.batnow comments outcopy2compilation, but still runskpack %BIN%\copy2later.On a clean build this can fail because
%BIN%\copy2is never produced.Please either remove/guard the
kpackline, or keep the compile step enabled.Fixed by commenting out kpack line.