• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lsof/0001-makefile.patch
Gustavo ZacariasGustavo Zacarias committed db748e8639f02 Jan 2015
Raw file
Source viewDiff to previous
 
1
diff -ru lsof_4.81.orig/lsof_4.81_src/lib/Makefile.skel lsof_4.81/lsof_4.81_src/lib/Makefile.skel
2
--- a/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100
3
+++ b/lib/Makefile.skel 2006-11-29 13:51:44.000000000 +0100
4
@@ -21,8 +21,8 @@
5
 all:   ${LIB}
6
 
7
 ${LIB}:    ${OBJ}
8
-   ${AR}
9
-   ${RANLIB}
10
+   ${AR} cr ${LIB} ${OBJ}
11
+   ${RANLIB} ${LIB}
12
 
13
 clean: FRC
14
    rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.