Skip to content

Commit 6d925ec

Browse files
committed
src: remove systype detection.
1 parent fc2f867 commit 6d925ec

File tree

3 files changed

+5
-191
lines changed

3 files changed

+5
-191
lines changed

src/Makefile

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ choose: choose.sh warn-auto.sh
185185
coe.o: coe.c coe.h compile
186186
./compile coe.c
187187

188-
compile: conf-cc print-cc.sh systype warn-auto.sh
188+
compile: conf-cc print-cc.sh warn-auto.sh
189189
rm -f compile
190190
sh print-cc.sh > compile
191191
chmod 555 compile
@@ -246,7 +246,7 @@ iopause.h: choose compile iopause.h1 iopause.h2 load trypoll.c
246246
iopause.o: compile iopause.c iopause.h select.h tai.h taia.h uint64.h
247247
./compile iopause.c
248248

249-
load: conf-ld print-ld.sh systype warn-auto.sh
249+
load: conf-ld print-ld.sh warn-auto.sh
250250
rm -f load
251251
sh print-ld.sh > load
252252
chmod 555 load
@@ -257,7 +257,7 @@ lock_ex.o: compile hasflock.h lock.h lock_ex.c
257257
lock_exnb.o: compile hasflock.h lock.h lock_exnb.c
258258
./compile lock_exnb.c
259259

260-
makelib: print-ar.sh systype warn-auto.sh
260+
makelib: print-ar.sh warn-auto.sh
261261
rm -f makelib
262262
sh print-ar.sh > makelib
263263
chmod 555 makelib
@@ -372,10 +372,10 @@ subgetopt.o: compile subgetopt.c subgetopt.h
372372
./compile subgetopt.c
373373

374374
sysdeps: compile direntry.h hasflock.h hasmkffo.h hassgact.h \
375-
hassgprm.h hasshsgr.h haswaitp.h iopause.h load select.h systype \
375+
hassgprm.h hasshsgr.h haswaitp.h iopause.h load select.h \
376376
uint64.h reboot_system.h uw_tmp.h socket.lib
377377
rm -f sysdeps
378-
cat systype compile load socket.lib >>sysdeps
378+
cat compile load socket.lib >>sysdeps
379379
grep sysdep direntry.h >>sysdeps
380380
grep sysdep haswaitp.h >>sysdeps
381381
grep sysdep hassgact.h >>sysdeps
@@ -390,9 +390,6 @@ uint64.h reboot_system.h uw_tmp.h socket.lib
390390
grep sysdep uw_tmp.h >>sysdeps
391391
cat sysdeps
392392

393-
systype: find-systype.sh trycpp.c x86cpuid.c
394-
sh find-systype.sh > systype
395-
396393
tai_now.o: compile tai.h tai_now.c uint64.h
397394
./compile tai_now.c
398395

src/find-systype.sh

Lines changed: 0 additions & 143 deletions
This file was deleted.

src/x86cpuid.c

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)