1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 13:11:35 +00:00

Disabled usergroup.library and netinfo.device

Interface needs a review before making it public, for example utmp.h
contains long variables, which have different size between 32-bit
and 64-bit.
This commit is contained in:
deadwood
2025-10-17 09:31:43 +02:00
parent 856fe0c77c
commit 512f1a382b
4 changed files with 22 additions and 23 deletions

View File

@ -17,11 +17,11 @@ FILES := \
#USER_CPPFLAGS := -DDEBUG=1 #USER_CPPFLAGS := -DDEBUG=1
USER_LDFLAGS := -static USER_LDFLAGS := -static
%build_module mmake=workbench-devs-netinfo \ #%build_module mmake=workbench-devs-netinfo \
modname=netinfo modtype=device \ # modname=netinfo modtype=device \
files=$(FILES) # files=$(FILES)
INCLUDE_FILES = include/netinfo.h #INCLUDE_FILES = include/netinfo.h
%copy_includes path=devices dir=include #%copy_includes path=devices dir=include
%common %common

View File

@ -48,7 +48,6 @@ include $(SRCDIR)/config/aros.cfg
#MM workbench-libs-rexxsyslib \ #MM workbench-libs-rexxsyslib \
#MM workbench-libs-realtime \ #MM workbench-libs-realtime \
#MM workbench-libs-tiff \ #MM workbench-libs-tiff \
#MM workbench-libs-usergroup \
#MM workbench-libs-vega \ #MM workbench-libs-vega \
#MM workbench-libs-version \ #MM workbench-libs-version \
#MM workbench-libs-workbench \ #MM workbench-libs-workbench \

View File

@ -26,14 +26,14 @@ USER_LDFLAGS := -static
#MM workbench-libs-usergroup : includes linklibs #MM workbench-libs-usergroup : includes linklibs
%subtarget parentmmake=workbench-libs mmake=workbench-libs-usergroup %subtarget parentmmake=workbench-libs mmake=workbench-libs-usergroup
%build_module mmake=workbench-libs-usergroup modname=usergroup \ #%build_module mmake=workbench-libs-usergroup modname=usergroup \
modtype=library files="$(FILES)" \ # modtype=library files="$(FILES)" \
uselibs="" # uselibs=""
INCLUDE_FILES:=usergroup.h #INCLUDE_FILES:=usergroup.h
%copy_includes path=libraries includes=$(INCLUDE_FILES) #%copy_includes path=libraries includes=$(INCLUDE_FILES)
INCLUDE_FILES:=utmp.h #INCLUDE_FILES:=utmp.h
%copy_includes includes=$(INCLUDE_FILES) #%copy_includes includes=$(INCLUDE_FILES)
%common %common

View File

@ -13,11 +13,11 @@ USER_CPPFLAGS := \
#MM- workbench-network-common-c : \ #MM- workbench-network-common-c : \
#MM workbench-network-common-c-base \ #MM workbench-network-common-c-base \
#MM workbench-network-common-c-miami \ #MM workbench-network-common-c-miami \
#MM workbench-network-common-c-usergroup ##MM workbench-network-common-c-usergroup
#MM- workbench-network-common-c-quick : \ #MM- workbench-network-common-c-quick : \
#MM workbench-network-common-c-base-quick \ #MM workbench-network-common-c-base-quick \
#MM workbench-network-common-c-miami-quick \ #MM workbench-network-common-c-miami-quick \
#MM workbench-network-common-c-usergroup-quick ##MM workbench-network-common-c-usergroup-quick
#MM workbench-network-common-c-base : \ #MM workbench-network-common-c-base : \
#MM network-includes \ #MM network-includes \
@ -26,11 +26,11 @@ USER_CPPFLAGS := \
#MM network-includes \ #MM network-includes \
#MM arostcp-linklibs-netlib \ #MM arostcp-linklibs-netlib \
#MM arostcp-linklibs-miami #MM arostcp-linklibs-miami
#MM workbench-network-common-c-usergroup : \ ##MM workbench-network-common-c-usergroup : \
#MM network-includes \ ##MM network-includes \
#MM workbench-libs-usergroup-includes \ ##MM workbench-libs-usergroup-includes \
#MM arostcp-linklibs-netlib \ ##MM arostcp-linklibs-netlib \
#MM arostcp-linklibs-miami ##MM arostcp-linklibs-miami
BASEFILES := \ BASEFILES := \
arp \ arp \
@ -54,9 +54,9 @@ USERGROUPFILES := \
files="$(MIAMIFILES)" \ files="$(MIAMIFILES)" \
targetdir=$(AROS_C) uselibs="miami net" usesdks="config network" targetdir=$(AROS_C) uselibs="miami net" usesdks="config network"
%build_progs mmake=workbench-network-common-c-usergroup \ #%build_progs mmake=workbench-network-common-c-usergroup \
files="$(USERGROUPFILES)" \ # files="$(USERGROUPFILES)" \
targetdir=$(AROS_C) uselibs="miami net" usesdks="network" # targetdir=$(AROS_C) uselibs="miami net" usesdks="network"
#%common #%common