File: fix4netbsd

package info (click to toggle)
aplus-fsf 4.22.1-10.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 23,296 kB
  • sloc: cpp: 176,669; ansic: 27,023; sh: 6,513; makefile: 2,601; lisp: 2,151; perl: 704
file content (7 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#! /bin/sh

for i in cxs a cxb cxc cxsys dap esf MSTypes MSIPC MSGUI IPC AplusGUI
do
  grep -v "^LIBS =" src/$i/Makefile > src/$i/Makefile.netbsd
  mv src/$i/Makefile.netbsd src/$i/Makefile
done