Dash:
[t2.git] / package / sparc / sparc-utils / sparc-utils.conf
blobe26c3d3757c568d5248dc75e57c7e686f2508b84
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../sparc-utils/sparc-utils.conf
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 sparc_utils_make () {
16         eval $MAKE CC=$CC -C src piggyback piggyback64
17         eval $MAKE CC=$CC -C prtconf-1.3 all
18         #eval $MAKE -C sparc32-1.1
19 #       eval $MAKE CC=$CC $makeopt -C audioctl-1.3
21         install src/piggyback src/piggyback64 $root$bindir/
22         install prtconf-1.3/prtconf $root$bindir/
23         install prtconf-1.3/eeprom $root$bindir/
24         #install sparc32-1.1/sparc32 $root$bindir/
25 #       ln -sf sparc32 $root$bindir/sparc64
26 #       install audioctl-1.3/audioctl $root$bindir/
29 hook_add prepatch 3 "$compressor -d < `match_source_file -p sparc.*.diff,*` | patch -p1"
31 makeopt=
32 makeinstopt=
33 hook_add inmake 5 "sparc_utils_make"