oscam-svn7944-azbox-webif
oscam-svn7944-azbox-webif
OSCam AZBox 1.20-Rev.7971 for Opensat firmware
- Changeset [7971] by gf
Revert "According to the GNU Make manual, the flags are automatically parsed to"
This reverts commit r7970.
The purpose of $(MAKEFLAGS) in Makefile.extra is to allow overwriting
variables that are already set on the make command line. See the difference:
Without $(MAKEFLAGS) (commit r7970):
$ make static EXTRA_TARGET=""
make --no-print-directory \
EXTRA_FLAGS=-static \
EXTRA_TARGET=-static
With $(MAKEFLAGS) (after reverting r7970):
$ make static EXTRA_TARGET=""
make --no-print-directory \
EXTRA_FLAGS=-static \
EXTRA_TARGET=-static \
EXTRA_TARGET=
Yes, $(MAKEFLAGS) are automatically passed to sub-makes but they
are put before any variables that are set on the command line. This prevents
reseting already set variables.
- Changeset [7970] by avs1978
According to the GNU Make manual, the flags are automatically parsed to
recursive versions of make.
Hence, $(MAKEFLAGS) is obsolete in Makefile.extra
-----------------------------------------------------------------------
-In folder "OpenXCAS-exemple-" is present file "module.seq",
need edit it if you use others emu, remember to use symbol #
before the names of no-active emu.
-In folder "OpenXCAS-exemple/oscamCAS" are present exemple files
generated in compilation and added right file openxcas.conf.
-In folder "OSCam 1.20" and "OpenXCAS-exemple/oscamCAS"
is present build oscam file to put in "/PLUGINS/OpenXCAS/oscamCAS"
with chmod 755.
-All details in Info file.
-Modified webinfo style in module-webif-pages.c before crosscompiling
sorry if no like you
-----------------------------------------------------------------------
Source files streamboard.tv:8001/browser/trunk
used toolchain sigma "smp86xx_toolchain.20080505".
Thanks to all friends that spend time for enjoy us.
Thanks streamboard.tv for possibility to play with OScam.
Compiled by Arbabe