diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-18 13:55:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-18 13:55:40 +0100 |
| commit | 0594a6dbbbb1f47ed99d3695299da81a31801251 (patch) | |
| tree | 7ce68f8cfcab93b8a65a2bd4997b8d9dccf07f9b | |
| parent | d946592a36b308d07fe6c6634962ddafe645f16b (diff) | |
Hackz.cscript
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,7 +21,6 @@ def build(target, options): if target.platform == 'linux' or target.platform == 'osx': target.command('make generic') target.command('make -j%d -C build_generic' % target.parallel) - target.command('make -C build_generic install') target.command('mkdir -p %s/include/lwext4' % target.directory) target.command('cp -r include/* %s/include/lwext4' % target.directory) target.command('cp blockdev/linux/file_dev.h %s/include/lwext4' % target.directory) @@ -29,7 +28,6 @@ def build(target, options): elif target.platform == 'windows': target.command('make mingw') target.command('make -j%d -C build_mingw') - target.command('make -C build_mingw install') target.command('mkdir -p %s/include/lwext4' % target.directory) target.command('cp -r include/* %s/include/lwext4' % target.directory) target.command('cp blockdev/windows/file_dev.h %s/include/lwext4' % target.directory) |
