[asterisk-bugs] [Zaptel 0008321]: && inside [ (test) in zaptel makefile
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jun 7 12:05:56 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=8321
======================================================================
Reported By: tzafrir
Assigned To: russell
======================================================================
Project: Zaptel
Issue ID: 8321
Category: Core/General
Reproducibility: always
Severity: trivial
Priority: normal
Status: closed
Zaptel Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 1574
Disclaimer on File?: No
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 11-09-2006 05:40 CST
Last Modified: 06-07-2008 12:05 CDT
======================================================================
Summary: && inside [ (test) in zaptel makefile
Description:
(from a trace of running "make install" with zaptel 1.4 beta2)
if [ -z "" && -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep
"SELinux sta
tus:" | grep -q "enabled") ; then restorecon -v /usr/lib/libtonezone.so;
fi
/bin/sh: line 0: [: saknar "]"
======================================================================
----------------------------------------------------------------------
svnbot - 06-07-08 12:05
----------------------------------------------------------------------
Repository: dahdi
Revision: 1578
_U team/jsloan/private/tc400b/
U team/jsloan/private/tc400b/Makefile
U team/jsloan/private/tc400b/configure
U team/jsloan/private/tc400b/configure.ac
U team/jsloan/private/tc400b/makeopts.in
_U team/jsloan/private/tc400b/wct4xxp/
U team/jsloan/private/tc400b/wct4xxp/Kbuild
U team/jsloan/private/tc400b/wct4xxp/Makefile
A team/jsloan/private/tc400b/wct4xxp/OCT6114-64D.ima
U team/jsloan/private/tc400b/wct4xxp/base.c
U team/jsloan/private/tc400b/wct4xxp/vpm450m.c
U team/jsloan/private/tc400b/wct4xxp/vpm450m.h
U team/jsloan/private/tc400b/wcte11xp.c
_U team/jsloan/private/tc400b/xpp/
D team/jsloan/private/tc400b/xpp/LICENSE.firmware
U team/jsloan/private/tc400b/xpp/Makefile
U team/jsloan/private/tc400b/xpp/README.Astribank
UU team/jsloan/private/tc400b/xpp/calibrate_slics
U team/jsloan/private/tc400b/xpp/card_fxo.c
U team/jsloan/private/tc400b/xpp/card_fxo.h
U team/jsloan/private/tc400b/xpp/card_fxs.c
U team/jsloan/private/tc400b/xpp/card_fxs.h
U team/jsloan/private/tc400b/xpp/card_global.c
U team/jsloan/private/tc400b/xpp/card_global.h
A team/jsloan/private/tc400b/xpp/firmwares/
D team/jsloan/private/tc400b/xpp/firmwares/FPGA_1151.hex
A team/jsloan/private/tc400b/xpp/firmwares/FPGA_1151.hex
D team/jsloan/private/tc400b/xpp/firmwares/FPGA_FXS.hex
A team/jsloan/private/tc400b/xpp/firmwares/FPGA_FXS.hex
D team/jsloan/private/tc400b/xpp/firmwares/LICENSE.firmware
A team/jsloan/private/tc400b/xpp/firmwares/LICENSE.firmware
D team/jsloan/private/tc400b/xpp/firmwares/README
A team/jsloan/private/tc400b/xpp/firmwares/README
D team/jsloan/private/tc400b/xpp/firmwares/USB_1130.hex
A team/jsloan/private/tc400b/xpp/firmwares/USB_1130.hex
D team/jsloan/private/tc400b/xpp/firmwares/USB_1150.hex
A team/jsloan/private/tc400b/xpp/firmwares/USB_1150.hex
A team/jsloan/private/tc400b/xpp/init_card_3_23
A team/jsloan/private/tc400b/xpp/init_card_4_23
D team/jsloan/private/tc400b/xpp/init_data_3_19.cmd
D team/jsloan/private/tc400b/xpp/init_data_3_20.cmd
D team/jsloan/private/tc400b/xpp/init_data_4_19.cmd
D team/jsloan/private/tc400b/xpp/init_data_4_20.cmd
D team/jsloan/private/tc400b/xpp/initialize_registers
D team/jsloan/private/tc400b/xpp/slic.c
D team/jsloan/private/tc400b/xpp/slic.h
_U team/jsloan/private/tc400b/xpp/utils/
D team/jsloan/private/tc400b/xpp/utils/FPGA_FXS.hex
U team/jsloan/private/tc400b/xpp/utils/Makefile
D team/jsloan/private/tc400b/xpp/utils/USB_1130.hex
D team/jsloan/private/tc400b/xpp/utils/USB_8613.hex
A team/jsloan/private/tc400b/xpp/utils/adj_clock.8
A team/jsloan/private/tc400b/xpp/utils/adj_clock.c
U team/jsloan/private/tc400b/xpp/utils/genzaptelconf
U team/jsloan/private/tc400b/xpp/utils/genzaptelconf.8
UU team/jsloan/private/tc400b/xpp/utils/print_modes.c
U team/jsloan/private/tc400b/xpp/utils/xpp_fxloader
U team/jsloan/private/tc400b/xpp/utils/xpp_fxloader.usermap
U team/jsloan/private/tc400b/xpp/xbus-core.c
U team/jsloan/private/tc400b/xpp/xbus-core.h
U team/jsloan/private/tc400b/xpp/xdefs.h
U team/jsloan/private/tc400b/xpp/xpd.h
U team/jsloan/private/tc400b/xpp/xpp_usb.c
U team/jsloan/private/tc400b/xpp/xpp_zap.c
U team/jsloan/private/tc400b/xpp/xpp_zap.h
U team/jsloan/private/tc400b/xpp/xproto.c
U team/jsloan/private/tc400b/xpp/xproto.h
U team/jsloan/private/tc400b/ztcodec_dte.c
------------------------------------------------------------------------
r1578 | mogorman | 2008-06-07 12:05:49 -0500 (Sat, 07 Jun 2008) | 113
lines
Merged revisions 1555,1560-1564,1567,1569-1570,1572,1575,1577 via svnmerge
from
https://svn.digium.com/svn/zaptel/trunk
................
r1555 | mattf | 2006-11-05 00:40:44 -0600 (Sun, 05 Nov 2006) | 1 line
Add support for VPMOCT64 module
................
r1560 | mogorman | 2006-11-06 15:03:05 -0600 (Mon, 06 Nov 2006) | 3 lines
Reduces dma memory requirement and fixes multi card support
-John Sloan
................
r1561 | tzafrir | 2006-11-06 15:14:08 -0600 (Mon, 06 Nov 2006) | 1 line
util/Makefile: reverting small change to allow automatic merge...
................
r1562 | tzafrir | 2006-11-06 15:16:54 -0600 (Mon, 06 Nov 2006) | 5 lines
r1547 at boole: russell | 2006-11-01 21:04:02 +0200
instead of setting HOSTCC and CC directly in the Makefile, use the
information
provided by the configure script (issue
http://bugs.digium.com/view.php?id=8055, tzafrir)
................
r1563 | tzafrir | 2006-11-06 15:18:42 -0600 (Mon, 06 Nov 2006) | 8 lines
r1557 at boole: tzafrir | 2006-11-06 20:12:16 +0200
Merging xpp driver release 1.2 (rev. 2569), originally
team/tzafrir/xpp_1.2
* Should build well. Almost final.
* genzaptelconf: Also work when zap_autoreg=0
* README.Astribank updated for rev. 1.2.
* xpp/utils/Makefile: Use $< with cc -c
* Get xpp/utils configuration from autoconf (without changesin top dir)
................
r1564 | tzafrir | 2006-11-06 15:19:15 -0600 (Mon, 06 Nov 2006) | 6 lines
r1558 at boole: tzafrir | 2006-11-06 21:07:29 +0200
Fixes for card init scripts from rev 2633:
* Don't log card init scripts to /tmp/results .
* Document how to trace, though.
* init_card_4_23: don't re-open the slics file.
................
r1567 | kpfleming | 2006-11-07 08:20:30 -0600 (Tue, 07 Nov 2006) | 2 lines
use editable URLs for menuselect and octasic_api, and switch to trunk
................
r1569 | kpfleming | 2006-11-07 21:45:43 -0600 (Tue, 07 Nov 2006) | 11
lines
Merged revisions 1568 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4
........
r1568 | kpfleming | 2006-11-07 21:44:52 -0600 (Tue, 07 Nov 2006) | 3 lines
update configure script to add searching for libusb
update svn:ignore for new firmware header file names
........
................
r1570 | file | 2006-11-07 23:08:31 -0600 (Tue, 07 Nov 2006) | 2 lines
Don't build the firmware headers unless needed. This shaves
http://bugs.digium.com/view.php?id=#3.5 seconds
off build time.
................
r1572 | tzafrir | 2006-11-08 10:32:02 -0600 (Wed, 08 Nov 2006) | 3 lines
r9473 at boole (orig r1571): tzafrir | 2006-11-08 18:01:13 +0200
Fixed a typo in the "wctdm reimplementation".
................
r1575 | kpfleming | 2006-11-08 17:09:33 -0600 (Wed, 08 Nov 2006) | 19
lines
Merged revisions 1574 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4
................
r1574 | kpfleming | 2006-11-08 17:06:17 -0600 (Wed, 08 Nov 2006) | 11
lines
Merged revisions 1573 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2
........
r1573 | kpfleming | 2006-11-08 17:04:33 -0600 (Wed, 08 Nov 2006) | 3 lines
clean up recent VPMOCT changes
add support for Infineon FALC rev 2.2
........
................
................
r1577 | russell | 2006-11-09 10:01:57 -0600 (Thu, 09 Nov 2006) | 11 lines
Merged revisions 1576 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4
........
r1576 | russell | 2006-11-09 10:58:37 -0500 (Thu, 09 Nov 2006) | 3 lines
fix an expression in the install target
(issue http://bugs.digium.com/view.php?id=8321, tzafrir)
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/dahdi?view=rev&revision=1578
Issue History
Date Modified Username Field Change
======================================================================
06-07-08 12:05 svnbot Note Added: 0088195
======================================================================
More information about the asterisk-bugs
mailing list