Leser: 1
![]() |
![]() |
5 Einträge, 1 Seite |
Quote$ makefile
./makefile: shell: command not found
./makefile: CWD: command not found
./makefile: CROSS_PATH: command not found
./makefile: all:: command not found
./makefile: @echo: command not found
./makefile: CROSS_PATH: command not found
./makefile: @echo: command not found
./makefile: native:: command not found
make: `install' is up to date.
./makefile: cross:: command not found
./makefile: CROSS_PATH: command not found
make: `install' is up to date.
./makefile: install:: command not found
./makefile: prefix: command not found
Quote[/quote]$ makefile
./makefile: shell: command not found
...
Quotepktm@KINDERGARTEN /d/down/sdl/sdld
$ make
Type "make native" to install to /usr
Type "make cross" to install to /usr/local/cross-tools/i386-mingw32msvc/
pktm@KINDERGARTEN /d/down/sdl/sdld
$ make native
make install prefix=/usr
make[1]: Entering directory `/d/down/sdl/sdld'
make[1]: `install' is up to date.
make[1]: Leaving directory `/d/down/sdl/sdld'
pktm@KINDERGARTEN /d/down/sdl/sdld
$ make test
make: Nothing to be done for `test'.
pktm@KINDERGARTEN /d/down/sdl/sdld
$ make install
make: `install' is up to date.
![]() |
![]() |
5 Einträge, 1 Seite |