# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/sparc-utils/sparc-utils.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- sparc_utils_make() { eval $MAKE CC=$CC -C src piggyback piggyback64 eval $MAKE CC=$CC -C prtconf-1.3 all #eval $MAKE -C sparc32-1.1 # eval $MAKE CC=$CC $makeopt -C audioctl-1.3 install src/piggyback src/piggyback64 $root$bindir/ install prtconf-1.3/prtconf $root$bindir/ install prtconf-1.3/eeprom $root$bindir/ #install sparc32-1.1/sparc32 $root$bindir/ # ln -sf sparc32 $root$bindir/sparc64 # install audioctl-1.3/audioctl $root$bindir/ } hook_add prepatch 3 "$compressor -d < `match_source_file -p sparc.*.diff,*` | patch -p1" makeopt= makeinstopt= hook_add inmake 5 "sparc_utils_make"