-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2074 from ghaerr/mtools
[tools] Add mtools-4.0.23 to ELKS tools build
- Loading branch information
Showing
186 changed files
with
62,979 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Build mtools-4.0.23 | ||
# | ||
######################################################################### | ||
# | ||
# Note! Dependencies are done automagically by 'make dep', which also | ||
# removes any old dependencies. DON'T put your own dependencies here | ||
# unless it's something special (ie not a .c file). | ||
# | ||
######################################################################### | ||
# Relative path to base directory. | ||
|
||
BASEDIR = ../.. | ||
|
||
######################################################################### | ||
# Define the variables required by the standard rules - see the standard | ||
# rules file (below) for details of these variables. | ||
|
||
USEBCC = N | ||
|
||
CLEANDEP = | ||
|
||
CLEANME = ../bin/mattrib ../bin/mcopy ../bin/mdir ../bin/mformat \ | ||
../bin/minfo ../bin/mmd ../bin/mshowfat | ||
|
||
DEPEND = | ||
|
||
DISTFILES = | ||
|
||
NOINDENT = | ||
|
||
######################################################################### | ||
# Include standard commands. | ||
|
||
include $(BASEDIR)/Makefile-rules | ||
|
||
######################################################################### | ||
# Objects to be compiled. | ||
|
||
######################################################################### | ||
# Commands. | ||
|
||
all: mtools-4.0.23/Makefile | ||
make -C mtools-4.0.23 | ||
cp -p mtools-4.0.23/mattrib ../bin | ||
cp -p mtools-4.0.23/mcopy ../bin | ||
cp -p mtools-4.0.23/mdir ../bin | ||
cp -p mtools-4.0.23/mformat ../bin | ||
cp -p mtools-4.0.23/minfo ../bin | ||
cp -p mtools-4.0.23/mmd ../bin | ||
cp -p mtools-4.0.23/mshowfat ../bin | ||
|
||
mtools-4.0.23/Makefile: | ||
cd mtools-4.0.23; ./configure --disable-floppyd; cd .. | ||
|
||
dokclean: | ||
|
||
doclean: | ||
|
||
clean: | ||
make -C mtools-4.0.23 clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Makefile | ||
config.h | ||
config.log | ||
config.status | ||
mattrib | ||
mbadblocks | ||
mcat | ||
mcd | ||
mclasserase | ||
mcopy | ||
mdel | ||
mdeltree | ||
mdir | ||
mdu | ||
mformat | ||
minfo | ||
mkmanifest | ||
mlabel | ||
mmd | ||
mmount | ||
mmove | ||
mpartition | ||
mrd | ||
mren | ||
mshortname | ||
mshowfat | ||
mtools | ||
mtoolstest | ||
mtype | ||
mzip |
Oops, something went wrong.