-
Notifications
You must be signed in to change notification settings - Fork 647
Avoid calling ARCHIVE in multiple places #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 6707bfa.
|
this way argument list might get too long. if it does, maybe we can do xargs or something like that. |
|
Yes, this method should fix the problem too, but I have one concern: |
|
isn't it a matter to change the output of show-objs target according to BUILD_MODULE? |
Yes, it should be. I am fine with both approach. |
|
@xiaoxiang781216 do you know why the default LDLIBS has libapps.a? i don't understand how it's supposed to work. |
Because it isn't safe to run multiple instances to libapps.a concurrently.
I don't understand how it's supposed to work. (As libapps.a is likely not fully baked at that point.) I don't understand why it's necessary either.
|
It seems this change result in build break as below. APPOBJS seems not right. make[2]: Leaving directory '/home/haitao/code/apache/apps/platform' |
No description provided.