You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if one could specify to compile only $(SIM_LIB). It's faster and it also helps get around problems where $(RUMP_CLIENT_LIB) would fail or another dependancy on this line: all: $(NUSE_LIB) $(SIM_LIB) $(RUMP_HIJACK_LIB) $(RUMP_CLIENT_LIB)
Also does this repository need to be in arch/lib/tools ? it seems to depend on higher level Makefiles but I wonder if it can be bypassed.
The text was updated successfully, but these errors were encountered:
I haven't come up with the build environment out of linux tree (i.e., arch/lib/tools). it would be great that this linux-libos-tools can be built independently but haven't done yet.
I have created a symbolic link $HOME/libos-tools towards arch/lib/tools so it already feels a bit "out of tree". I would like a "make libsim" command to speed up compilation and bypass rump stuff.
It would be great if one could specify to compile only$(SIM_LIB). It's faster and it also helps get around problems where $ (RUMP_CLIENT_LIB) would fail or another dependancy on this line:
all: $(NUSE_LIB) $(SIM_LIB) $(RUMP_HIJACK_LIB) $(RUMP_CLIENT_LIB)
Also does this repository need to be in arch/lib/tools ? it seems to depend on higher level Makefiles but I wonder if it can be bypassed.
The text was updated successfully, but these errors were encountered: